Mailing List Archive

Cookies
It is possible to maintain the state of cookie when browser exit, for next connection ?
Or the cookies creates with "udat" exist only while browser is running ?
Thanks in advance ....

http://www.chilewap.cl/"]
Re: Cookies [ In reply to ]
see the following:
http://perl.apache.org/embperl/Embperl.pod.3.html#EMBPERL_COOKIE_NAME

here is an example from my site:
PerlSetEnv EMBPERL_COOKIE_NAME GWCUID
PerlSetEnv EMBPERL_COOKIE_DOMAIN .genwax.com
PerlSetEnv EMBPERL_COOKIE_PATH /
PerlSetEnv EMBPERL_COOKIE_EXPIRES 'Friday, 31-Dec-2010 14:00:00 GMT'


--
___cliff rayman___cliff@genwax.com___http://www.genwax.com/
mtoro wrote:

> It is possible to maintain the state of cookie when browser exit,
> fornext connection ?Or the cookies creates with "udat" exist only
> while browser is running ?
>
>
> Thanks in advance ....
>