Using Sessions In ASP.NET Web Forms Web Services
Lately, i was confronted with a problem on managing state with web services, after reading a book on XML in .NET 2.0, i found a tip on creating and consuming web services with state capabilities.
I followed this link: Using Session State in a Webservice
MSDN: Web Service Session
This idea, is a life saver to some of my web projects.. :D
I followed this link: Using Session State in a Webservice
MSDN: Web Service Session
This idea, is a life saver to some of my web projects.. :D
Comments
Post a Comment