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
Hi, I'm currently trying to set my session cookie to follow the MDN recommendation by adding the prefix __Secure- to my session cookie.
By putting __Secure-session_cookie in the session.name field of the user/config/system.yaml i get the following cookie name in my responses from the website secure-session-cookie, it seems that grav trims the leading underscores and puts everything in lowercase.
This issue appears with localhost and on a nginx hosted server.
Cookie prefix is not as usefull if it is used with HSTS, however I do think it is still relevant to add the support for this feature as it can be usefull for persons who can't or have not enabled HSTS yet.
Hi, I'm currently trying to set my session cookie to follow the MDN recommendation by adding the prefix
__Secure-
to my session cookie.By putting
__Secure-session_cookie
in the session.name field of theuser/config/system.yaml
i get the following cookie name in my responses from the websitesecure-session-cookie
, it seems that grav trims the leading underscores and puts everything in lowercase.This issue appears with localhost and on a nginx hosted server.
yaml:
result in website:
This appears using Microsoft Edge browser or by using wget.
Grav version: 1.7.43
Php version: 8.1.2
MDN link: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#cookie_prefixes
The text was updated successfully, but these errors were encountered: