Session restoring doesn't actually work?
Open
@TurboGit is already working on this.
Since Dec 3, 2024.
bug
- Dominant language
- Ada
- Stars
- 162
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.