Lightbox Flag per Session not working

I’m too experienced in this, but I followed the instructions to use the WIx-storage API to have my lightbox only appear once per session from a visitor.

I installed the code on both the page and the site, but neither has changed the settings of the lightbox. Could I get some help on this issue?

Hi,

wixWindow.openLightbox("yourLightbox")
.then(() => { // then happens after the lightbox is being closed
  session.setItem("firstTimePopupShown","yes")
})

Roi.