We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Page 19 – Should V37 and V38 prevent the same issue?
V37 Verify that the session id is changed on login to prevent session fixation. V38 Verify that the session id is changed upon re-authentication.
Should we add “to prevent session fixation.” To v38?
The text was updated successfully, but these errors were encountered:
Good pickup. We changed 3.7 to be
Verify that all successful authentication and re-authentication generates a new session and session id.
3.8 has been removed.
Sorry, something went wrong.
vanderaj
No branches or pull requests
Page 19 – Should V37 and V38 prevent the same issue?
V37 Verify that the session id is changed on login to prevent session fixation.
V38 Verify that the session id is changed upon re-authentication.
Should we add “to prevent session fixation.” To v38?
The text was updated successfully, but these errors were encountered: