RE: How to find out the page to send 'em back to

2001-10-05 Thread Dave Babbitt
I could never use this technique. Why is my CGI.Authorization always an empty string? Anybody know? I use , though, to great effect. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 1:34 PM To: CF-Talk Subject: Re: How to find out the

Re: How to find out the page to send 'em back to

2001-10-05 Thread Jochem van Dieten
> If you want I can send a code example tonight. Code is below (does this list accept attachments?). This code still is based on session variables, but that should be easy to solve. If the user needs to log in an HTTP statuscode 401 is send. This results in a browser popup. When the user submi

RE: How to find out the page to send 'em back to

2001-10-05 Thread Kola Oyedeji
I would love to have a look at that as well. Cheers Kola -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 4:11 PM To: CF-Talk Subject: RE: How to find out the page to send 'em back to Yes please! This seems such a simple answer.

RE: How to find out the page to send 'em back to

2001-10-05 Thread Mike Kear
Yes please! This seems such a simple answer. I had never thought of that approach.I would be very grateful if you would send me that code example. Thanks! Cheers, Mike Kear Windsor, NSW, Australia AFP WebWorks When you want a user to log in don't send him to a form or something. Just use

Re: How to find out the page to send 'em back to

2001-10-05 Thread Jochem van Dieten
Mike Kear wrote: > I am working on a login system that has so many limitations you couldn't > imagine it. I want to have the actual login form and processing page as a > single pair of templates in a single location for the whole site. If any > page requires a user to be logged in, and they'r

RE: How to find out the page to send 'em back to

2001-10-05 Thread Mark Warrick
ahoo: Serengeti = -Original Message- From: Ryan Farrell [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 7:07 AM To: CF-Talk Subject: RE: How to find out the page to send 'em back to Hmmm, maybe I don't understand the full scope of what you're asking, bu

RE: How to find out the page to send 'em back to

2001-10-05 Thread Ryan Farrell
Hmmm, maybe I don't understand the full scope of what you're asking, but seems like you could do this: - When a user hits a secure page, redirect to the login page with a URL variable containing the page they hit (for example, <.cflocation url="login.cfm?referer=#cgi.script_name#">). - Pass that