Re: [PHP] Re: Serious problem with Cookies..

2001-11-15 Thread _lallous
Yes, I guess you can't make it foreever but you can give it a higher expiry date. "Phpgalaxy.Com" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > well yeah, thats always true..but this's at least as good as it gets =) ya suppose > there's any limit on how many

Re: [PHP] Re: Serious problem with Cookies..

2001-11-15 Thread PHPGalaxy.com
well yeah, thats always true..but this's at least as good as it gets =) ya suppose there's any limit on how many years I can set it for? hell, I'll just set it for 10 years and that'll be good enough =) Magnus wrote: > Den 01-11-15 13.20, skrev "PHPGalaxy.com" <[EMAIL PROTECTED]>: > > > yeah I

Re: [PHP] Re: Serious problem with Cookies..

2001-11-15 Thread Magnus
Den 01-11-15 13.20, skrev "PHPGalaxy.com" <[EMAIL PROTECTED]>: > yeah I saw that bit on there, but I was led to believe tha by leaving it out, > it would make the cookie permanent...I see thats not true =) so what would I > do to make this permanent? or would I just set it for the highest time-l

Re: [PHP] Re: Serious problem with Cookies..

2001-11-15 Thread PHPGalaxy.com
yeah I saw that bit on there, but I was led to believe tha by leaving it out, it would make the cookie permanent...I see thats not true =) so what would I do to make this permanent? or would I just set it for the highest time-limit possible? =) _lallous wrote: > you must set the cookie's expir

[PHP] Re: Serious problem with Cookies..

2001-11-15 Thread _lallous
you must set the cookie's expiry time! of-the manual: setcookie ("TestCookie", "Test Value"); setcookie ("TestCookie", $value,time()+3600); /* expire in 1 hour */ setcookie ("TestCookie", $value,time()+3600, "/~rasmus/", ".utoronto.ca", 1); "Phpgalaxy.Com" <[EMAIL PROTECTED]> wrote in message [