• Resolved idaryl

    (@idaryl)


    How do this work? Using session or cookies – the use i require is on site entry – ask for age, able to view same page again (without asking again)

    BUT… if user exits the site and then returns it has to verify again – this I think, is session.

    If its cookie based…… (that is not good – users with lower ages can view, because cookie is envoked)

    Or… is there some settings to accomplish this?

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

    (@patrickposner)

    Hey @idary,

    it uses the session storage from the user.
    There is no “hard” protection against this.

    A more reliable way would be to use Ajax to verify the input, but most of the users looking for a more simple way and not a heavy verification.

    Best regards,
    Patrick

Viewing 1 replies (of 1 total)
  • The topic ‘Session or Cookies – expiration’ is closed to new replies.