in reply to redirect and cookie problems
If you want to redirect, on the other hand, you do not want to print header(), but use the CGI redirect() function.
With the code you have above, you must rethink your logic on how you authenicate and send the user on. You won't easily modify this code to do that.
(I'm guessing that merlyn has a column on what you want to do... :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: redirect and cookie problems
by Anonymous Monk on Jun 14, 2001 at 06:04 UTC | |
by Masem (Monsignor) on Jun 14, 2001 at 06:10 UTC | |
by LD2 (Curate) on Jun 14, 2001 at 06:15 UTC | |
by Anonymous Monk on Jun 14, 2001 at 06:57 UTC | |
by Masem (Monsignor) on Jun 14, 2001 at 15:53 UTC | |
by RatArsed (Monk) on Jun 14, 2001 at 17:49 UTC |