ISessionObject

This interface exposes the methods of the Session Object.

Method

Description

get_SessionID

Retrieves the value of the SessionID property.

get_Value

Retrieves the value of a variable stored in the Session Object.

put_Value

Stores a variable in the Session Object by value.

putref_Value

Stores a variable in the Session Object by reference.

get_Timeout

Retrieves the value of the Timeout property.

put_Timeout

Sets a value for the Timeout property.

Abandon

Destroys all the objects stored in the Session Object and releases their resources.