> I know this is more of an HTTP question than it is a CF question but...
>
> So, there are (at least) three ways of performing a redirect:
>
> (For each of the following, start.cfm has a href="redirect.cfm")
>
> start.cfm -> [click link] -> redirect.cfm (with 301 / 302 / cflocation) ->
> destination.cfm (where cgi.HTTP_REFERER is "start.cfm")
>
> start.cfm -> [click link] -> redirect.cfm (with meta http-equiv="refresh"
> content="0;url=destination.cfm") -> destination.cfm (where cgi.HTTP_REFERER
> is NOT "start.cfm")
>
> start.cfm -> [click link] -> redirect.cfm (with window.location =
> "destination.cfm") -> destination.cfm (where cgi.HTTP_REFERER is NOT
> "start.cfm")
>
> Question: is there a way to do a 301 / 302 / cflocation where,
> on destination.cfm, cgi.HTTP_REFERER is NOT "start.cfm" ?

No.

But it might make sense for you to explain further what you're trying
to accomplish.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341993
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to