php-general | 2000071
Date: 07/15/00
- Next message: Richard Heyes: "RE: [PHP] getting rid of HTML in output"
- Previous message: r a n d y: "[PHP] getting rid of HTML in output"
- Maybe in reply to: Brett C.: "[PHP] set cookie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brett,
As far as I know, session cookies, cookies that expire upon exit, are not
written to the cookied folder in Win98 (Explorer or Netscape is more accurate).
If you want a cookie written to the cookie file, you'll need to set the expire
to time() + 3600 (or whatever length.
-Flint
> -----Original Message-----
> From: Brett C. [mailto:bcnu <email protected>]
> Sent: Saturday, July 15, 2000 2:26 PM
> To: php
> Subject: [PHP] set cookie
>
>
> When i visit my page that sets a cookie for the user
> everything works fine,
> yet the cookie can not be found in my cookies folder on
> WIN98. The cookie
> is set to expire upon closing of the page. Does anyone know
> why the cookie
> does not show up in my cookie folder?
>
> thanks,
> Brett
>
>
> --
> 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>
- Next message: Richard Heyes: "RE: [PHP] getting rid of HTML in output"
- Previous message: r a n d y: "[PHP] getting rid of HTML in output"
- Maybe in reply to: Brett C.: "[PHP] set cookie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

