This interface exposes the methods of the Session object.
|
Method |
Description |
|
Destroys all the objects stored in the Session object and releases their resources. | |
|
Retrieves the value of the SessionID property. | |
|
Retrieves the value of the Timeout property. | |
|
Retrieves the value of a variable stored in the Session object. | |
|
Sets a value for the Timeout property. | |
|
Stores a variable in the Session object by reference. | |
|
Stores a variable in the Session object by value. |
Note This interface also supports the IUnknown and IDispatch methods. For more information, see \Inetsrv\Asp\Cmpnts\Asptlb.h, the header file installed with Active Server Pages.