Answer:
The major difference is that if we call Session.Abandon() , Session_End will be fired for InProc mode, and in the next request,Session_Start will be fired. Whereas Session.Clear() just clears the session data without killing it.
Asked In: Many Interviews |
Alert Moderator