Hi,
I set cookie that must expire after 1 hour but I don't make that.
On NS all is fine, but on IE cookie not expire.
Any idea why?
Not without the code...
setcookie ('name', 'value', time()+3600);