florian/cookie.js

Flow of errors in IE8 when cookies are disabled

Opened this issue · 2 comments

STR:

  1. Open IE8
  2. Disable cookies (Internet options -> Privacy -> Block all cookies)
  3. 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.

Hm, for me cookie.enabled() returns false. Maybe #9 fixed this? Can you check if it works fine for you now?
If not would you please paste the erros in here?

/ping @Arme

I'll close this now, since I got no other issues about this. You're welcome to reopen this if the bug still exists! :)