Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
130
rated 0 times [  136] [ 6]  / answers: 1 / hits: 120357  / 14 Years ago, sat, april 24, 2010, 12:00:00

I get the following error in Chrome's developer tools window when I try to set a cookie using this jQuery plugin:




Uncaught Error: SECURITY_ERR: DOM Exception 18




What does this error mean and how can I fix it? I get the same error when I use this jQuery plugin.


More From » jquery

 Answers
73

You're most likely using this on a local file over the file:// URI scheme, which cannot have cookies set. Put it on a local server so you can use http://localhost.


[#96985] Tuesday, April 20, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
zackeryzainv

Total Points: 61
Total Questions: 102
Total Answers: 99

Location: Andorra
Member since Sat, May 27, 2023
1 Year ago
;