GetAuthenticationSessionUser method

Checks the validity of a session string and returns the user associated with it.

Syntax


C++

HRESULT GetAuthenticationSessionUser(
   BSTR SessionCookie,
   VARIANT_BOOL bFreshen,
   IERUMember** ppUser)

Scripting languages

Member = Object.GetAuthenticationSessionUser(
   SessionCookie as String,
   bFreshen
as Boolean)

 

Parameters


SessionCookie

The session to be validated.

bFreshen

If TRUE, updates the access time of the session to avoid the time-out.

ppUser

The user associated with the authentication session.

Return value


C++

The return code.

Scripting languages

The user associated with the authentication session.

Home

Applies to

IERUAuthenticator