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.

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?