Will,

Relying on the referer to take a user back after loggin in is Not A Good 
Idea(tm). Microsoft's IIS does not send the http_referer when not in a 
secure section of a site (e.g. https://) Here is the microsoft article that 
tells of their reasoning...

http://support.microsoft.com/support/kb/articles/Q178/0/66.ASP

One /excellent/ way around this is to use the Fusebox custom 
tag  CF_ReturnFuseAction by Steve Nelson. You don't even need to use any 
other part of Fusebox. It works like a charm in both IE and Netscape. You 
can find the tag on the Fusebox sit (www.fusebox.org) or in Allaire's Dev 
Exchange 
(http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3477C0-2830-11D4-AA9700508B94F380&method=Full
 
) <--watch the word-wrapping

At 12:10 PM 2000-11-18, W Luke wrote:
>Hi,
>
>How can I get the HTTP referrer URL in CF?  I'd like to do a <cflocation>
>and make the URL the referrer, to take users back to where they were trying
>to go once logged in.

Judith Taylor
Webmaster - http://www.busybobbins.com
ICQ: 67460562

Freelance ColdFusion Developer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to