Session property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUSession
IERUSEvent_TicketAuthenticate

IERUSEvent_SiteLogout

 

 

Session property

Returns the session string represented by this session object.  Note that this is the key only, not the SessionCookie.

Syntax


C++

HRESULT get_Session(BSTR* pSession)

Scripting languages

Session = Object.Session

 

Go to Top

Home

Applies to

IERUSession


 

 

 

Session property

For the IERUSEvent_TicketAuthenticate interface, returns the session that was created from the ticket. Returns NULL for failure events. Note that the Name/Value pairs are accessible from the session ticket after the ticket is validated.

For the IERUSEvent_SiteLogout interface, returns the eRoom session that was revoked by the logout.

Syntax


C++

HRESULT get_Session(IERUSession** ppSession)

Scripting languages

set Session = Object.Session

 

Go to Top

Home

Applies to

IERUSEvent_TicketAuthenticate

IERUSEvent_SiteLogout