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
I have been testing the new Session API, it's been nice so far. I do wonder if there should be options allowed to be passed in different environments context. Say, in production we would like to se a session cookie sameSite as strict to prevent XSS and CSRF attack.
I think this option should be available given that setting a session is mundane task.
The text was updated successfully, but these errors were encountered:
My computer should arrive either this weekend or early next week. I will test and report. I think the same site enum still needs updated to allow strict as an option and also allows one to set a cookie as both strict and secure.
I have been testing the new Session API, it's been nice so far. I do wonder if there should be options allowed to be passed in different environments context. Say, in production we would like to se a session cookie
sameSite
as strict to prevent XSS and CSRF attack.I think this option should be available given that setting a session is mundane task.
The text was updated successfully, but these errors were encountered: