DEV Community

Discussion on: Building an Exit Popup with JavaScript

Collapse
 
iambenjohn profile image
Ben

How can I set up a session for the popup? I need to display only once per session

Collapse
 
deammer profile image
Maxime

Hi there! I would recommend looking into session storage for that use case.

This page might help: bitsofco.de/an-overview-of-client-...