web-analytics-starter-kit
web-analytics-starter-kit copied to clipboard
[Feature Request] Support different ways of storing the session_id
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