I use jquery.cookie.js plugin for my application (within server, only html5)
the follow code works for IE9 an firefox but not for Chrome :
$.cookie('the_cookie', 'the_value');
If I run Chrome with option –enable-file-cookies it’s OK and my Chrome browser support cookies
My question : Is it any way to enable this option with javascript not by terminal?
chrome has problems if you test that on ‘localhost’. Use 127.0.0.1 instead