Session object

Stores persistant information for each user session.
ContentsASP
Session.Abandon methodCloses the session, freeing up all associated resources.1
Session.CodePage propertySets the code page (Windows character set) for a session.1
Session.Contents collectionCollection of variables stored in the Session object.1
Session.LCID propertySets the locale ID for a session.1
Session.SessionID propertyReturns this session identifier.1
Session.StaticObjects collectionCollection of session objects declared in the global.asa file.1
Session.Timeout propertyNumber of minutes of inactivity before this session times out.1

Warning

Using the Session object requires that sessions be enabled for the application. Otherwise, an error will occur.

Warning

User sessions require the client to support and accept cookies in order to function properly. It is a good idea to configure your server to support P3P, in order to support newer browsers with more paranoid privacy settings.