You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by ___cliff rayman___ <cl...@genwax.com> on 2000/07/20 03:23:12 UTC

Re: Cookies

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 ....
>