Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] "deleted" cookie From: Yasuo Ohgaki (yohgaki <email protected>)
Date: 03/20/01

"Nikolai Vladychevski" <niko <email protected>> wrote in message
news:3AB6408E.C4636FA4 <email protected>
> Hi,
>
> My site has been working with cookies just fine .... until i discovered
> that some browsers (i think it is some browser under MacOS, I'm
> investigating) instead of deleting a cookie, set it to value "deleted",
> so in my code this variable has a value and believes there is a user
> called "deleted" trying to reauth..... a lot users can't login to my
> site ater their session times out due to this cause.... My question is,

I'm not sure what you ment for "deleted cookie". Anyway,

I heard some of Internet Explor will not take cookies that have expire time less
than current_time + 7200 sec.
(I don't verify this myself, though) Is your cookie expire time is long enough?

Regards,

--
Yasuo Ohgaki

> I am dealing with some new bug of explorer or there is a standard I am > missing? Should I implement in my code this feature doing with "deleted" > cookies? Or maybe it's a php bug? I run php-4.0.4pl1 .... > > Thanks in advance > > Nikolai > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>