S1112 Nonce Token

The S1112 S-Tag takes a URL as a parameter, then appends a user's nonce token at the end of the URL to ensure that a constituent who is logged in to your Luminate Online-hosted page continues their logged in session when redirected to another organizational site.

Google Chrome has considered blocking third-party cookies, which would impact page redirects from a Luminate Online page to an external page by dropping the logged in session of a constituent. To prevent impact to your site page redirectsyour sites are not impacted if third-party cookies are blocked, updates are in place to ensure that redirects from a logged-in Luminate Online page to another organizational site maintains the login session and completes successfully.

To maintain a logged-in status from Luminate client APIs in the event of Google Chrome's third-party cookie blocking, you can use the S1112 S-Tag to append any URL with a nonce token to handle external redirects. The S-Tag ensures that the NONCE_TOKEN is included in a URL.

Application

Platform

Format

  • Standard
    [[S1112:url]]

  • XML
    <convio:session name="1112" param="url"></convio:session>

Parameters

  • url - The URL to which the nonce token for the logged-in user is appended.

Sample Code

  • Standard
    [[S1112:www.test.com]]

  • XML
    <convio:session name="1112" param="www.test.com"></convio:session>