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
*Note: when deleting a cookie, you must pass the exact same path, domain and secure options that were used to set the cookie, unless you're relying on the default options that is.*
38
38
@@ -60,8 +60,6 @@ If true, the cookie transmission requires a secure protocol (https). Default: `f
60
60
61
61
By default the cookie value is encoded/decoded when creating/reading, using `encodeURIComponent`/`decodeURIComponent`. Turn off by setting `raw: true`. Default: `false`.
62
62
63
-
## Changelog
64
-
65
63
## Development
66
64
67
65
- Source hosted at [GitHub](https://github.com/carhartl/jquery-cookie)
0 commit comments