This method is deprecated.
Deprecated. This method will be deprecated on September 30, 2026. Replace with applySessionToken(). Logs the current member into the site using the specified session token
You receive a session token from the following methods:
approveByEmail() (Velo)approveByToken() (Velo)register() (SDK | Velo)generateSessionToken()login() (SDK | Velo)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.
Session token to apply.