HTTP is a stateless protocol. Each request is serviced as it comes; after the request is processed, all of the data is discarded. No state is maintained across requests even from the same client.
However, it is very useful to maintain state across requests for certain solutions. ASP.NET enables you to maintain both application state and session state through use of application and session variables respectively.
Learn more about
Application State
Session State
Configuring Session State
here - http://support.microsoft.com/default.aspx?scid=kb;en-us;307598&Product=aspnet
With Best Regards,
Mitesh Mehta
Email : miteshvmehta@gmail.com
http://cc.1asphost.com/miteshvmehta/
Tuesday, September 21, 2004
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment