Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ASP Session_OnEnd Event

The Session_OnEnd event occurs when a session is abandoned or times out. Only the Application, Server, and Session built-in objects are available.

Syntax: ASP Session_OnEnd Event
<SCRIPT LANGUAGE=ScriptLanguage RUNAT=Server> 
Sub Session_OnEnd
. . . 
End Sub
</SCRIPT>
Parameters: ASP Session_OnEnd Event

ScriptLanguage

Specifies the scripting language used to write the event script, either Sun ONE ASP VBScript or Sun ONE ASP JavaScript. If more than one event uses the same scripting language, the events can be enclosed within a single set of <SCRIPT> tags.

Runat

Must be Server.

See also:

Using @Directives

Specifying Application Events

Using the Global.asa File

Saving Changes to the Global.asa File

Scripting Languages Reference



ContentsPreviousNextIndex