Previous PageNext Page

13.10 ISessionObject Interface

The ISessionObject interface exposes the methods of the Session object.
 

ISessionObject::Abandon
 
Destroys all the objects stored in the Session object and releases their resources.
 
ISessionObject::get_Contents
 
Retrieves the Contents collection.
 
ISessionObject::get_SessionID
 
Retrieves the value of the SessionID entry.
 
ISessionObject::get_StaticObjects
 
Retrieves the StaticObjects collection.
 
ISessionObject::get_Timeout
 
Retrieves the value of the Timeout property.
 
ISessionObject::get_Value
 
Retrieves the value of a variable stored in the Session object.
 
ISessionObject::put_Timeout
 
Sets a value for the Timeout property.
 
ISessionObject::putref_Value
 
Stores a variable in the Session object by reference.
 
ISessionObject::put_Value
 
Stores a variable in the Session object by value.
 
The ISessionObject interface also supports the IUnknown and IDispatch interfaces.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page