GetSession method
Returns a session interface from a session or session cookie. 
Syntax
 
C++
HRESULT GetSession( 
   BSTR SessionString, 
   IERUSession** ppSession) 
Scripting languages
Set Session 
 = Object.GetSession(SessionString 
 as String)  |  
 
Parameters
 
SessionString
String ID of the session to be returned.  
ppSession
Upon return, the IERUSession interface for the session you 
 specified. 
Return value
 
C++
The return code.  | 
Scripting languages
Upon return, the IERUSession interface for the session you specified.  |  
 
   | 
 Home 
 
Applies to 
IERUAuthenticator  |