RE: Redirect and cookies

2002-09-02 Thread Ovid
--- Alex Agerholm <[EMAIL PROTECTED]> wrote: > 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 => x

RE: Redirect and cookies

2002-08-31 Thread Alex Agerholm
not solve it and neither does using the -nph pragma in the the use CGI line. Regards Alex -Original Message- From: Ovid [mailto:[EMAIL PROTECTED]] Sent: 1. september 2002 03:17 To: Alex Agerholm; [EMAIL PROTECTED] Subject: Re: Redirect and cookies > I have made a login system and wh

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

RE: Redirect and cookies

2002-08-30 Thread Bob Showalter
> -Original Message- > From: Alex Agerholm [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 5:01 AM > To: [EMAIL PROTECTED] > Subject: Redirect and cookies > > > Hi all, > > I have a problem with redirect. > I have made a login system and when the user has logged in > correct

Re: Redirect and cookies

2002-08-30 Thread zentara
On Fri, 30 Aug 2002 11:01:08 +0200, [EMAIL PROTECTED] (Alex Agerholm) wrote: >Hi all, > >I have a problem with redirect. >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 ma