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
Especially for debugging, a logout function would be handy.
As the cookie is HTTP only, it can only be deleted by overwriting the cookie with max-age: 0
Max-Age= Optional
Number of seconds until the cookie expires. A zero or negative number will expire the cookie immediately. If both Expires and Max-Age are set, Max-Age has precedence.
The text was updated successfully, but these errors were encountered:
Especially for debugging, a logout function would be handy.
As the cookie is HTTP only, it can only be deleted by overwriting the cookie with max-age: 0
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie
The text was updated successfully, but these errors were encountered: