I have just reloaded my linux box with Mandrake 8 and the default install of Apache/PHP/mySql. I have done all configurations changes but I know have a problem when I migrate my site that was on a win32 box. I set 2 cookies using the code below:
setcookie("portaluser", $username, time()+60, "/" , "", 0);
I want it to expire after 1 minute. ON win32 all was fine but when I use the linux install, the cookie is set locally but the expire time is in 5 hours!
Anybody came accross this or could help?
Cheers
Marcus