tinybirdco / web-analytics-starter-kit

Tinybird Web Analytics Starter Kit
https://tinybird.co/starter-kits/web-analytics
MIT License
341 stars 35 forks source link

[Feature Request] Support different ways of storing the session_id #88

Open rmorehig opened 4 days ago

rmorehig commented 4 days ago

Describe the feature you'd like to request

Right now we store the session_id in cookies. We should be able to support local or session storage and maintain the expiration time of 30 min.

Describe the solution you'd like

Add new data-storage prop in the script to change the storage method of session_id field

Describe alternatives you've considered

No response