I have set a cookie using
document.cookie = \'MYBIGCOOKIE=\' + value + \'; expires=\' + now.toGMTString() + \'; path=/\';
No
function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i
Source: W3Schools
Edit: as @zcrar70 noted, the above code is incorrect, please see the following answer Javascript getCookie functions