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
Uses server state defaults instead of module defaults
path default changed from / to null (no path) which defaults to current request path. This will cause cookies to only be accessible on the specific page they are set on. Manually set the path to / to apply the cookie to the entire site.
ignoreIfDecoratedoptioncookie- tocookie.namestrictHeader,isSecure,isHttpOnly,isSameSite,path,domain,ttl,password,clearInvalid- intocookiepathdefault changed from/tonull(no path) which defaults to current request path. This will cause cookies to only be accessible on the specific page they are set on. Manually set the path to/to apply the cookie to the entire site.