http://qs321.pair.com?node_id=713810


in reply to Re^2: IE issues with Cookies
in thread IE issues with Cookies

I think you'll find you need to set "path" in your cookie..

[% cookie = cgi.cookie( name = saved_search, value = resource, expires = '+1m', path = '/', ); cookies.push(cookie) %]

cheers,

J