PDA

View Full Version : Cookies Never Expiring :)


^BuGs^
11-04-2002, 09:38 AM
Anyone know what I have to set the time for so cookies never expire? :-D

Strike
11-04-2002, 01:28 PM
I thought it was 0 or -1, try those.

skidooer
11-04-2002, 06:24 PM
Just set the expiry date into the distant future.

^BuGs^
11-04-2002, 07:57 PM
Originally posted by skidooer
Just set the expiry date into the distant future.

Yeah.. i did that...time()+9999999999999999999999999999999999999999999999999999999*99999

imported_Gryphon
11-04-2002, 08:05 PM
Expecting your site to be around for quite a while huh? :lol

6312000000 would out live anyone here twice.

iDxMan
11-04-2002, 08:09 PM
I believe a 0 sets a `current session only` cookie, so its gone when you close the browser. I've always set it far in the future.

Some good info in the user comments at : http://www.php.net/manual/en/function.setcookie.php

Set the time to `2114398800` and you should be set. (1/1/2037)


-r


edit:: didn't see the replies while my page went stale. (^:

^BuGs^
11-04-2002, 11:41 PM
Originally posted by Gryphon
Expecting your site to be around for quite a while huh? :lol

6312000000 would out live anyone here twice.

Yes.