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
@@ -18,10 +25,12 @@ export function createCookieHandler(cookieName: string) {
18
25
},
19
26
/**
20
27
* On removing a cookie, you have to pass the exact same path/domain attributes used to set it initially
28
+
* > IMPORTANT! When deleting a cookie and you're not relying on the default attributes, you must pass the exact same path, domain, secure and sameSite attributes that were used to set the cookie.
0 commit comments