Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

RE: [PHP] set cookie From: Flint Doungchak (Flint <email protected>)
Date: 07/15/00

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>