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
Right now calls to setcookie() actually uses PHP default (i.e. false) for HTTPonly and secure flags. The secure flag should always be true, and the httponly flag should be true if we know that it is not accessed by JS.
The text was updated successfully, but these errors were encountered:
Right now calls to
setcookie()
actually uses PHP default (i.e.false
) for HTTPonly and secure flags. The secure flag should always betrue
, and the httponly flag should betrue
if we know that it is not accessed by JS.The text was updated successfully, but these errors were encountered: