<%@ LANGUAGE = VBScript %> <% Option Explicit %> <% Response.Expires= -1 %> Session Object

Session Object: List of Items (ASP)

Session Object properties: (under construction)

<% Response.Write( "" ) Response.Write( "" ) Response.Write( "") Response.Write( "" ) Response.Write( "" ) Response.Write( "" ) Response.Write( "
PropertyValue
SessionID" & Session.SessionID & "
Timeout" & Session.Timeout & " - minuets
CodePage" & Session.CodePage & "
LCID" & Session.LCID & "
" ) %> <% call listItemsInObject(Session.Contents, "Session.Contents") %> <% call listItemsInObject(Session.StaticObjects, "Session.StaticObjects") %>