Flow of errors in IE8 when cookies are disabled
Opened this issue · 2 comments
Deleted user commented
STR:
- Open IE8
- Disable cookies (Internet options -> Privacy -> Block all cookies)
- Call cookie.enabled() mathod
https://github.com/js-coder/cookie.js/blob/master/cookie.js#L154
Adding empty string as a 3rd parameter for set() method worked for me and solved the issue.
florian commented
florian commented
I'll close this now, since I got no other issues about this. You're welcome to reopen this if the bug still exists! :)