We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1490224 + 6be2707 commit 3b44908Copy full SHA for 3b44908
1 file changed
src/browser/services/cookie-storage.js
@@ -54,6 +54,6 @@ export default class CookieStorage {
54
}
55
56
_setCookie(data) {
57
- document.cookie = `${this.storageName}=${encodeURIComponent(JSON.stringify(data))}`;
+ document.cookie = `${this.storageName}=${encodeURIComponent(JSON.stringify(data))};path=/`;
58
59
0 commit comments