Open
Description
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.