Share via


IScriptingContext::get_Session

The IScriptingContext::get_Session method retrieves a pointer to the ISessionObject interface of the Session Object object.

HRESULT get_Session(
      ISessionObject** ppSession
);

Parameters

  • ppSession
    [retval] [out] Points to an ISessionObject interface pointer.

Remarks

You can use the ISessionObject interface to access variables and objects that have been given session scope.

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

See Also