ISessionObject Interface Methods

The ISessionObject interface has the following methods:

Abandon destroys all the objects stored in the Session object and releases their resources.
getCodePage and putCodePage retrieve or set the CodePage property for the Session object, respectively.
getContents retrieves the Contents collection.
getLCID and putLCID retrieve or set the LCID property for the Session object, respectively.
getSessionID retrieves the value of the SessionID property.
getStaticObjects retrieves the StaticObjects collection.
getTimeout and putTimeout retrieve or set the value of the Timeout property, respectively.
getValue and putValue retrieve or store the value of a variable stored in the Session object, respectively.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.