| ||||
CreateAuthenticationSession methodCreates an authentication session cookie in the form SiteInvariantName=sessionKey. In V. 7, this method is obsolete on IERUFacility. Syntax
ParametersUsernameThe name of the user requesting the session authentication cookie. pSessionCookieUpon return, an authentication session cookie in the form of a string facilityName=sessionKey. Return value
RemarksThe caller should use ERCreateUserSession(), defined in SAAPIUtils.asp to set the session cookie on the client, like this:
This creates the session only. A SAAPI program is responsible for authenticating the user before making this call. |
Home |