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

Q

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

✍: Guest

A

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

2014-01-30, 1628👍, 0💬