Hello
I set an array of cookie with :
setcookie("pub_t[0]", "1", time()+60, '/', '');
setcookie("pub_t[1]", "1", time()+60, '/', '');
setcookie("pub_t[2]", "c chaud", time()+3600, '/', '');
The problem is that after 60 seconds, pub_t[0] and pub_t[1] are avaible but they should have expired not ?
I use internet explorer 6 and opera 7 but I have the same problem on both brownser.
What can be the problem ? 😕