Met Abandon
# ASP Abandon Method
* * Complete Session Object Reference Manual](#)
* * *
The Abandon method terminates the user's session.
**Note:** When this method is called, the current Session object is not deleted until all scripts on the current page have been processed. This means that when Abandon is called, you can still access session variables on the same page, but not from other pages.
### Syntax
Session.Abandon
## Example
File1.asp:
Output:
Hege
File2.asp:
Output:
(none)
* * Complete Session Object Reference Manual](#)
YouTip