AdaCore / AdaCore/aws

Session restoring doesn't actually work?

Open
#314 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.