Hi,

I am trying to redirect the user to another page after user authentication
and using sessions.

I was wondering how do you redirect to another page and then at the same
use pass the session ID over to that other page.

Thanks.

Peter

On Fri, 21 Sep 2001, [iso-8859-1] Stig-Řrjan Smelror wrote:

> > If nothing is beeing sent to output on the page then use header() else
> > you need to use javascript.
> > 
> > 
> > Niklas
> > 
> 
> <meta http-equiv="Refresh"; Content="0; URL=file.php">
> if headers are sent.
> 
> Use header( "Location: file.php" ), as noted earlier, if no headers are sent.
> 
> 
> 
> 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to