Hi Curtis,
Thanks for your help, I am actually on IIS so you have saved me a lot of
troubles.
Do you know how to work around this ?
>From the microsoft article below it seems like running in nph mode should
solve it but redirect(-uri => xxx.cgi, -cookie => $cookie, -nph => 1) does
not solve it an
"Jimmy George" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello World
>
> Is the line
>
> print DATAFILE ("The file was recorded at ");
>
> a valid cgi line
for a string like this, I would use single quotes:
print DATAFILE 'The file was recorded at '
> I have made a login system and when the user has logged in correctly I set a
> cookie and redirects the user to the first page.
> But on all pages (including the first one) I make a check to see if the user
> is logged in based on the cookie.
>
> When I redirect from the login page to the first
[EMAIL PROTECTED] (Alex Agerholm) wrote in
[EMAIL PROTECTED]:">news:[EMAIL PROTECTED]:
> ...
> When I redirect from the login page to the first page I therefore need
> to give the cookie along like: redirect( -uri=>xxx.cgi,
> -cookie=>$cookie); BUT IT DOES NOT WORK - my xxx.cgi script does not