-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cookies[i].split is not a function #4
Comments
I think that sounds like the likely cause, I'll investigate in a bit. |
Hi Alex, TypeError: cookies[i].split is not a function Please help to solve it. |
Hi, DesMas replace _initCache method with this: In jquery.session.js file. |
thanks
its working for me 😀 |
Hi
After adding the script to my project i have the following error visible in the firebug console:
TypeError: cookies[i].split is not a function
thrown by "var kv = cookies[i].split('=');" inside "_initCache: function()"
Situation as is: there are no cookies from that domain.
May it be that there is an error handling missing, if cookies is not filled correctly?
The text was updated successfully, but these errors were encountered: