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
When I modify a session and then call Session.Save, the file is created and can be loaded with Session.Load, however loading it does nothing. Even when the request has the same cookie as before, after a restart AWS creates a new one and ignores the old one. Basically, after restarting and calling Load, Status.Session(Request) returns a new ID every time instead of using the one from the cookie.
The database is read and the old values are there, but they're not used by Status.Session for some reason.
The text was updated successfully, but these errors were encountered:
When I modify a session and then call
Session.Save
, the file is created and can be loaded withSession.Load
, however loading it does nothing. Even when the request has the same cookie as before, after a restart AWS creates a new one and ignores the old one. Basically, after restarting and callingLoad
,Status.Session(Request)
returns a new ID every time instead of using the one from the cookie.The database is read and the old values are there, but they're not used by Status.Session for some reason.
The text was updated successfully, but these errors were encountered: