Returns the Active Server Pages Session object.
Syntax
object.Session
The object placeholder represents an object expression that evaluates to an object in the Applies To list.
Remarks
A WebClass uses the Session object to maintain information about the current user session and possibly to store and retrieve state information. The Session object can be used to maintain state across different WebClasses and between WebClasses and Active Server Pages.
See the Active Server Pages documentation for details of the properties, methods, and events for the Session object.