applySessionToken( )


Logs the current member into the site using the specified session token.

You receive a session token from the following methods:

Pass the returned session token to a site's page code and apply it by calling applySessionToken() to complete the process started by one of the above methods.

Method Declaration
Copy
Method Parameters
sessionTokenstringRequired

Session token to apply.

Did this help?