• Resolved Eugene Kyale

    (@eugenetribe)


    What’s the best way to ensure that the age gate notice gets displayed each time a user visits the site? Setting the Remember length as 0 minutes doesn’t seem to enforce it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @eugenetribe,

    Age Gate will fire for each new session, but that depends a little on how browsers determine a session. Most modern browsers clear their session cookies when the browser is quit completely, rather than a tab simply being closed or a page navigated away from.

    If you really wanted to have it happen if someone leaves and comes back in the same browser session you could programmatically clear the age gate cookie if the referrer doesn’t come from your site, but I wouldn’t recommend it as there’s a whole load of pitfalls.

    Thanks
    Phil

    Thread Starter Eugene Kyale

    (@eugenetribe)

    Thanks @philsbury got it, I’ll set the Remember length to something brief like 1 minute. It might not work exactly as I wish but its the next best thing. Thanks for the response, great plugin btw.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display age gate on every new session’ is closed to new replies.