Puting a lightbox into session storage

Question:
how can I put a lightbox into session storage so visitors don’t have to verify over and over while on my site?

Product:
Wix Studio

What are you trying to achieve:
I have a lightbox I am using for age verification, I am trying to put it into session storage so that users do not have to reverify every time they leave a certain page and go to another one that needs age verification.

What have you already tried:
I reached out to Wix with a ticket but the instructions I was given didn’t make sense I was told to go to Tracking & Analytics then to WIx Storage, however I failed to find those settings anywhere. I tried to implement the code they gave me regardless but it kept coming out with errors.

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

-Which editor are you working on?
-Which pages are involved into your issue?
-Where is your current running (not running code) ?

  • What is the exact process flow of your issued feature/function?
    (Describe in steps in detail).

Wix Storage is needed only in cases when you want to transfer data to another page of your site. For example from page-A to page-B.

A lighbox has also it’s own communication options like → CONTEXT, which makes it possible to communicate between LIGHBOX and Wix-Page (request/reply-pricipe)

You will find further informations about it here…