Re: CookieMonster

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You can.. Dont include the expire argument.. or set it to 0.

You sure?

The manual says (last sentence):

expire

The time the cookie expires. This is a Unix timestamp so is in number of seconds since the epoch. In other words, you'll most likely set this with the time() function plus the number of seconds before you want it to expire. Or you might use mktime().

time()+60*60*24*30 will set the cookie to expire in 30 days. If not set, the cookie will expire at the end of the session (when the browser closes).




Jason

On 9/1/05, Philip Hallstrom <php@xxxxxxxxxxxxxxx> wrote:

Simple question I guess..

How do I set a cookie so it will never expire? (I don't want it to
expire)

You can't really... I could delete it and that would be the same as
expiring it...

Best you can do is set it to expire 100 years in the future or some
such... see the manual for SetCookie() for more info...

-philip

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux