applySessionToken( )


Applies a session token to establish a member session.

This function authenticates a member using a session token. The token is usually obtained from Register, Login methods, or a 3rd-party authentication provider. After applying the token, the member is logged in and has access to member-only content.

Method Declaration
Copy
Method Parameters
tokenstringRequired

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?