This is the famous interview question about sessions.
Session.Abandon() will end current session by firing Session_End and in the next request, Session_Start will be fire.
Session.Clear( ) just clears the session data without killing it. With session.clear variable is not removed from memory it just like giving value null to this session.
Session ID will remain same in both cases, as long as the browser is not closed
Wednesday, January 13, 2010
Tuesday, January 12, 2010
Nice articles on dotnet
Dotnet articles
Dotnet Knowledge (knowledgeparlour) articles
http://computerauthor.blogspot.com/
Shiv prasad Koirala
Dotnet Knowledge (knowledgeparlour) articles
http://computerauthor.blogspot.com/
Shiv prasad Koirala
Monday, January 11, 2010
Subscribe to:
Comments (Atom)