>
>Anadi, are the Perl scripts and the ASPs on the same server (webhost,
>not machine!)? In the same directory?
>Maybe you have to specify the domain when creating the cookie.
>
>Jenda
Hello Jenda, Both the perl scripts and the asp's are run on the same server
BUT the asp's are run from a differen
From: "Charles K. Clarkson" <[EMAIL PROTECTED]>
> A Taylor <[EMAIL PROTECTED]> wrote:
> : Thanks for your reply, I am going to re-write my problem;
> : I am creating a cookie in perl script:
> :
> : $usrID = createUsrID();
> : ## create cookie
> : my $cookie = new CGI::Cookie(-name=>'usrID',-va
A Taylor <[EMAIL PROTECTED]> wrote:
: Thanks for your reply, I am going to re-write my problem;
: I am creating a cookie in perl script:
:
: $usrID = createUsrID();
: ## create cookie
: my $cookie = new CGI::Cookie(-name=>'usrID',-value=>$usrID);
A cookie without an expiration is a sessi