You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Pfeifakopf! Browser cookies need to be stored as strings, so if you need an array, it would need to be json encoded/decoded when storing/retrieving the cookie.
Would be happy to review and merge a PR if you're able & willing to add this feature.
Side note: I don't think it would currently be possible/easy to append new IDs to an existing cookie (assuming you want to push an ID after each page visit). To be completely honest, this would probably be better suited for a custom Addon/Helper Tag, or to handle via JS.
Hi, thanks for your addon. Is there away to save an array in the cookie? I want to save the ids of some visited sites.
The text was updated successfully, but these errors were encountered: