Session per user without login

Hi Topink,

How about adding the items to local or session storage using WixStorage ? that way, the items will be saved for the user and each page that needs those items will use the getItem() function.

  • Lior