Re: [PHPLIB] Bailing out of loginform.ihtml? From: Patrick _ (phplib <email protected>)
Date: 11/15/99

Hi,

No, doesn't work for me. It retains the session_id but throws me back to the
login screen.

Regards,
-Patrick

>From: Kristian Köhntopp <kk <email protected>>
>To: Patrick _ <phplib <email protected>>
>CC: phplib <email protected>
>Subject: Re: [PHPLIB] Bailing out of loginform.ihtml?
>Date: Mon, 15 Nov 1999 17:14:18 +0100
>
>
>Patrick _ wrote:
> > <A HREF="<?php echo $sess->url($ref_url); ?>">To return click here</A>
> >
> > And this one throws you back from where you came but generates a new
> > session_id: <A HREF="<?php echo $HTTP_REFERER; ?>">return bla</A>
>
>Combine both approaches:
>
><?php global $HTTP_REFERER ?>
><A HREF="<?php echo $sess->url($HTTP_REFERER); ?>">To return click here</A>
>--

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.