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
iframe-less apps use ?appver=0.0.0 to route to a specific version on page load
Unfortunately, on subsequent navigation (full window.location change) the appver is lost
We should set a session cookie that expires after, say, no 15-60 minutes, that contains the app version (under the prefix but not the app name since the app can be started without a trailing / and two apps can have overlapping names)
To-Do
Set cookie when query string is present
Clear cookie when query string is present with no value
Add unit tests
The text was updated successfully, but these errors were encountered:
huntharo
changed the title
v0.3 - Router - Routing to iframe-less versions with expiring session cookie
v0.3 - Router - Routing to iframe-less versions with expiring session cookie
Jan 7, 2023
huntharo
changed the title
v0.3 - Router - Routing to iframe-less versions with expiring session cookie
Router - Routing to iframe-less versions with expiring session cookie
Feb 11, 2023
Motivations
iframe
-less apps use?appver=0.0.0
to route to a specific version on page load/
and two apps can have overlapping names)To-Do
The text was updated successfully, but these errors were encountered: