I'm calling this code on IE8, and on firefox:
document.cookie = 'val=500; expires=Wed, 18 Aug 2010 09:06:21 GMT; path=/dir/257/the-quick-brown-fox'
It works fine on firefox and chrome, but not on IE. Anyone see whats wrong?
UPDATE: if I don't put the path then it works in both browsers, but I'd like to be able to put the path:
document.cookie = 'val=500; expires=Wed, 18 Aug 2010 09:06:21 GMT'