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 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 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 get the cookie.
>What can I do to fix this ?

Have you checked that the cookie is actually being set in the browser?
Then what code are you using to retreive the cookie?




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to