You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason we are using SessionFromID instead of SessionFromRequest in the logout function? I see, that the second method uses the first one under the hood, so maybe it could be a drop in replacement
Is this a bug report or feature request?
What should the feature do:
Allow the user to add the
Secure
andHttpOnly
flags to session cookie. It can be configured the same way, as theSameSite
attribute.What is use case behind this feature:
These attributes allow developers to further secure the cookies. See mozilla docs below:
Restrict access to cookies
Cookie security
Additional Information:
The text was updated successfully, but these errors were encountered: