• Hi

    I would like to show age gate each time my site gets a visit. Right now it seems like a cookie is stored and therefore age gate is not showing if I visit the site again.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @bonviveur,

    If you visit again in the same session – i.e. you haven’t quit the browser – the the cookie will still be stored, that’s how most browsers handle cookies.

    You could possibly clear the cookie if the user’s referrer doesn’t match your website, looking at your link, you’d need to do that with some javascript to check for the cookie and the referrer and check it against the site’s url

    Thanks
    Phil

Viewing 1 replies (of 1 total)

The topic ‘Show age gate each time’ is closed to new replies.