-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Session can remove itself and does not really invalidate the session for all endpoints #28881
Comments
Is this a regression ? |
The "does not really invalidate the session for all endpoints" part it's indeed a regression - working in 9.1.1 |
Should i change the status to 401 Unauthorized? 503 is clearly wrong here |
Yeah the there are a lot of edgecases handling missing, but this was also the case before the regression, I suggest that we improve this in a seperate task after realease (unless it is critical) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
$SESSION
(after login) - list all current sessions:"canDelete":false
)$SESSION
is still validExpected behavior
"canDelete":false
, removing that session should be forbidden.$SESSION
should be invalidated for all endpoints and queryinghttps://<server>/index.php/settings/personal/authtokens
shouldn't cause a server errorActual behavior
Described in repro steps.
Server configuration
The text was updated successfully, but these errors were encountered: