maintaining Session state
(Thanks, Vadivel)
To clear all the Session variables when a particular user's Session terminate, is it necessary to add code to the "protected void Session_End(Object sender, EventArgs e){}" method in Global.asax.cs?
Like "Session.RemoveAll();"? Thanks.
|