poorejc opened a new issue #31:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/31


   Currently, userale will assign a new sessionID unless it detects an existing 
sessionID stored in 'session storage". However, sessionStorage doesn't persist 
across tabs.
   
   Option 1: pass sessionID into sessionStorage, detect new browser, push 
sessionStorage to localStorage, emit payload to grab (e.g., sessionID: $value), 
grab payload.
   
   Option 2: Broadcast API (safari, IE support)?
   
   Good article here, but dated: 
https://blog.guya.net/2015/06/12/sharing-sessionstorage-between-tabs-for-secure-multi-tab-authentication/#:~:text=Right%2C%20sessionStorage%20is%20not%20shared%20across%20tabs.&text=The%20way%20I%20solved%20it,have%20the%20sessionStorage%20for%20us.&text=Click%20to%20%E2%80%9CSet%20the%20sessionStorage,see%20the%20sessionStorage%20is%20shared.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to