Re: [PHP] Re: Problem with cookie

2001-07-16 Thread Yasuo Ohgaki
"Justin Farnsworth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You may have different behaviour between browsers, but you > are never going to be able to use this method reliably because > of the vagaries of "times" encountered on the client side. > Just lo

Re: [PHP] Re: Problem with cookie

2001-07-16 Thread Justin Farnsworth
You may have different behaviour between browsers, but you are never going to be able to use this method reliably because of the vagaries of "times" encountered on the client side. Just look at the postings to this list, supposedly more sophisticated computer users, as some postings are dated 1972

[PHP] Re: Problem with cookie

2001-07-16 Thread Yasuo Ohgaki
IE does not accept cookie expires less than 7200 sec. Someone mentioned it before. (I don't verified this) Is this true? -- Yasuo Ohgaki "Mihailo Dzigurski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I need cookie that will expire in 15 mins.