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