Someone on this list mentioned, Internet Explorer does not accept cookie that
has timeout less than 7200 sec from current time. (PC's clock)  How about try
longer timeout?

PS: Is this information is correct? Anyone? Correct me if it is wrong info.

--
Yasuo Ohgaki


""Sean Weissensee"" <[EMAIL PROTECTED]> wrote in message
011e01c0b845$ad8fa3a0$0200a8c0@Win98">news:011e01c0b845$ad8fa3a0$0200a8c0@Win98...
When I use set cookie with an expire value it does not retain the value ?

setcookie ("TestCookie2", "test", $value,time()+3600);

I am using echo $TestCookie2; or
echo $HTTP_COOKIE_VARS["TestCookie2"];

in another page to view the value

Sean Weissensee

Ion Solutions







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to