ISessionObject C++ Interface
The ISessionObject interface exposes the methods of the Session Object object.
Methods in Vtable Order
The ISessionObject interface inherits the methods of the standard COM interface IUnknown.
The ISessionObject interface defines the following methods.
Method |
Description |
---|---|
Destroys all the objects stored in the Session Object object and releases their resources. |
|
Retrieves the CodePage property for the Session object. |
|
Retrieves the Contents collection. |
|
Retrieves the LCID property for the Session object. |
|
Retrieves the value of the SessionID property. |
|
Retrieves the StaticObjects collection. |
|
Retrieves the value of the Timeout property. |
|
Retrieves the value of a variable stored in the Session object. |
|
Set a value for the CodePage property. |
|
Sets a value for the LCID property. |
|
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 interface methods. For more information, see \iissamples\sdk\include\asptlb.h, the header file installed with ASP.
For more information, see Managing Sessions.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS