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

[Sessions] Allow to regenerate the session ID #728

Closed
LoicPoullain opened this issue May 28, 2020 · 1 comment · Fixed by #792
Closed

[Sessions] Allow to regenerate the session ID #728

LoicPoullain opened this issue May 28, 2020 · 1 comment · Fixed by #792

Comments

@LoicPoullain
Copy link
Member

LoicPoullain commented May 28, 2020

Problem

When a user logs in or change their password, it is a good practice to regenerate the session ID (see https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#renew-the-session-id-after-any-privilege-level-change).

Solution

Add a new method Session.regenerateID.

@LoicPoullain
Copy link
Member Author

Feature added in v2

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

Successfully merging a pull request may close this issue.

1 participant