powershell-universal
powershell-universal copied to clipboard
Invalidate Cookies Server-Side
Summary of the new feature / enhancement
Currently, cookies are issued by the server and when the cookie times out, then it is no longer valid. If a user logs out, it causes the cookie to be deleted on the client-side but the cookie value is actually still valid. It would be possible to save the cookie value, logout, and then recreate the cookie with the value to sign in again.
We should have some server side validation of cookies to prevent this from happening. This was found in an external security audit.
Proposed technical implementation details (optional)
No response