From api notes it looks like local and session variables can only be strings ... is that correct and if so what’s the best way to make an array accessible across the whole site?
thanks in advance ...
Important forum update
This forum is migrating to one unified Wix community forum starting July 26th, and will be read-only during the process.
Wishlist Page is the official platform for requesting new features. You can vote, comment, and track the status of the requested features.
You can always stringify a JSON object when saving as a local/session variable. When you retrieve it from storage, you can then parse it back to an object.
Thx