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" ?

-- 
John Bliss - http://about.me/jbliss


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:341974
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to