Re: Authentication and Redirection

2000-10-06 Thread Ian Frawley
with it... HTH --Geoff -Original Message-From: Ian Frawley [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 05, 2000 5:29 PMTo: Geoffrey YoungSubject: Re: Authentication and Redirection I have looked at the example and tried to adapt, the problem is that I

RE: Authentication and Redirection

2000-10-05 Thread Geoffrey Young
the eagle book has an example of this in chapter 6 (cookie based access control) I've used an init handler to glean $r-prev-uri and use that in the handler that implements the login page for Apache-AuthCookie, which works as well... HTH --Geoff -Original Message-From: Ian

Re: Authentication and Redirection

2000-10-05 Thread Ian Frawley
AM Subject: RE: Authentication and Redirection the eagle book has an example of this in chapter 6 (cookie based access control) I've used an init handler to glean $r-prev-uri and use that in the handler that implements the login page for Apache-AuthCookie, which works

RE: Authentication and Redirection

2000-10-05 Thread Geoffrey Young
-From: Ian Frawley [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 05, 2000 5:29 PMTo: Geoffrey YoungSubject: Re: Authentication and Redirection I have looked at the example and tried to adapt, the problem is that I will be serving WAP phones as well asPC's which don't like cookies

Re: Authentication and Redirection

2000-10-05 Thread Chris Lewis
The Ticket handling code in the Eagle Book shows how you can use redirects and cookies to remember where the user wanted to go. After authenticating, you redirect the user back to where they were trying to go. Which works, as long as you don't have to remember more than the URL the user