What method do you use to explicitly kill a user's session?

The Abandon method destroys all the objects stored in a Session object and releases their resources. If you do not call the Abandon method explicitly, the server destroys these objects when the session times out.
Syntax:

Session.Abandon();

Tagged . Bookmark the permalink.

One Response to What method do you use to explicitly kill a user's session?

  1. Hal says:

    Great page, I am browsing back frequently to look for fresh posts.

Leave a Reply