Skip to content

Session restoring doesn't actually work? #314

Open
@vaartis

Description

@vaartis

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions