Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent cookies and server side sessions. #1622

Open
AndersAbel opened this issue Nov 14, 2024 · 0 comments
Open

Persistent cookies and server side sessions. #1622

AndersAbel opened this issue Nov 14, 2024 · 0 comments
Labels

Comments

@AndersAbel
Copy link
Member

AndersAbel commented Nov 14, 2024

If all of these features are used on the same time, I don't think we handle this correctly.

  • Server side session
  • Session lifetime coordination (enabling session renewal through refresh token usage)
  • Persistent cookies (the remember me option).

The result is that even if the session's lifetime is extended server side, the cookie is not extended and could be removed as expired by the browser.

This might apply to the BFF server side session system too.

DuendeSoftware/Support#1417

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants