Easy Tutorial
❮ Ev App Onend Onstart Met Createtextfile Folder ❯

ASP Abandon Method



The Abandon method terminates the user's session.

Note: When this method is called, the current Session object will not be deleted until all scripts on the current page have been processed. This means that session variables can still be accessed on the same page when Abandon is called, but they cannot be accessed from other web pages.

Syntax

Example

File1.asp:

File2.asp:


❮ Ev App Onend Onstart Met Createtextfile Folder ❯