php3-list | 199903
Date: 03/12/99
- Next message: Michael A. Smith: "Re: [PHP3] [OT] [newbie] numerical ordering"
- Previous message: CIMPOESU Teodor: "Re: [PHP3] [OT] Like PHP web Notes feature, but..."
- In reply to: Denis Thuillier: "[PHP3] Cookies lifetime"
- Next in thread: Richard Lynch: "Re: [PHP3] Cookies lifetime"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Denis Thuillier wrote:
>
> Hello to everyone.
>
> We are using php3 on a NT server with IIS3.
> We have noticed that cookies don’t run the same time depending on the
> navigator and on the computers.
> The navigators are IE4 and Netscape 3. On some computers, a cookie which is
> supposed to run for one hour runs in fact for about 1 min 20.
> The problem doesn’t seem to come from the navigator configuration as the
> same configuration on two different computers gives different cookies
> lifetime.
> If Netscape 4 is used, there is no problem, whatever the machines.
> If anyone has any suggestions, thanks to let me know.
> Thank you.
>
> Denis Thuillier
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
> List administrator: zeev-list-admin <email protected>
You could check out the ENV variable HTTP_USER_AGENT to determine the client
and +/- the cookie timeout accordingly. It's a really bad fix, and i would only
use it as a last resort if i were you (sorry i can't come up with anything more
usefull :)
-- Martin B. Jespersen Technical Project Leader Icon Medialab A/S (http://www.IconMedialab.dk)E-Mail: Martin <email protected> Mail: Havnegade 39, DK-1058 Copenhagen K Voice: (+45) 7023-1001 Fax: (+45) 33320209
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Michael A. Smith: "Re: [PHP3] [OT] [newbie] numerical ordering"
- Previous message: CIMPOESU Teodor: "Re: [PHP3] [OT] Like PHP web Notes feature, but..."
- In reply to: Denis Thuillier: "[PHP3] Cookies lifetime"
- Next in thread: Richard Lynch: "Re: [PHP3] Cookies lifetime"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

