Wednesday, January 4, 2012

Need to clear up session data when log out in ASP.NET

Session.Abandon

http://msdn.microsoft.com/en-us/library/ms524310.aspx



If you do not call the Abandon method explicitly, the server destroys these objects when the session times out.

No comments:

Post a Comment