Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to maintain session+application state over web services?

Status
Not open for further replies.

thesleepylizard

Programmer
Mar 18, 2002
41
AU
Hi guys,

Prototyping .NET system for our corporation and ran into an issue. I'm sure there's a solution.

We currently have a VB6 client, and can't change that in the immediate future (trust me). Plan is, however, to introduce .NET web services as the middle tier and keep the interface (just acquire data differently).

Now here's the thing - I need to maintain application state and session state objects on the server (for data caching and identification purposes). But I can't make a web application because we need it to talk to the VB6 client. (DHTML user interface is not an option, sorry.)

So I really want the best of both worlds WRT web applications and web services. How can I maintain session state and application state when I'm acquiring data through web services?

Cookies won't real work with a VB6 consumer, storing 'em in a database defeats the point of caching the data. Any ideas?

Any advice is appreciated,
-sleepy
 
Can you be more specific about what you need to store in state.
LookUpLists
Common Searches
User Profile.

I think you'll find that some stuff will get stored on the webservice and some down at the client. After all VB6 is a windows client and is not stateless.

What problem are you trying to solve?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top