RE: Redirect and cookies

2002-08-31 Thread Alex Agerholm
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

Re: SSI calls

2002-08-31 Thread Todd Wade
"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 '

Re: Redirect and cookies

2002-08-31 Thread Ovid
> 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

Re: Redirect and cookies

2002-08-31 Thread Gfoo
[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