Developer
PHPBeginner.com (Where PHP Begins)
[EMAIL PROTECTED]
www.phpbeginner.com
-Original Message-
From: Mark Maggelet [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:16 AM
To: [EMAIL PROTECTED]
Subject: [PHP] cookies and clocks
I have a cookie that times out after an
> I have a cookie that times out after an hour for security reasons.
> About 1 out of 200 of my users send me an email saying they can't log
> into my site and I find out that it's usually because their clocks
> are off. Has anyone had any luck using the time on the client to set
> cookies by inst
On Wed, 25 Apr 2001 17:48:48 -0700 (PDT), Rasmus Lerdorf
([EMAIL PROTECTED]) wrote:
>> I have a cookie that times out after an hour for security reasons.
>> About 1 out of 200 of my users send me an email saying they can't
>>log
>> into my site and I find out that it's usually because their clocks
On Wed, 25 Apr 2001 17:32:44 -0700, DanO
([EMAIL PROTECTED]) wrote:
>look at it this way:
>
>you are dealing with an INTERVAL of time, thus the only reason you
>really need javascript is in the construction of a date object.
as far as I know the only way to set a cookie's expiration is with an
ex
look at it this way:
you are dealing with an INTERVAL of time, thus the only reason you really
need javascript is in the construction of a date object.
you can either import that object into php as a string, or you can actually
go the extra mile and set the cookie in javascript.
HTH,
DanO
"Ma
I have a cookie that times out after an hour for security reasons.
About 1 out of 200 of my users send me an email saying they can't log
into my site and I find out that it's usually because their clocks
are off. Has anyone had any luck using the time on the client to set
cookies by instead of ser
6 matches
Mail list logo