The CFLOCATION tag tells the server to send a 302 - object moved 
response.  BUT depending on how your page is written, the order of the 
tags matters... if for some reason, any other tag that stuffs the HTTP 
response fires first, the CFLOCATION won't work.

In older versions if CFLOCATION wasn't the first tag on the page, it 
wouldn't work.  If you can sniff the session (or at worst,  tail -f on 
your access log file), check to see what server response code is being 
logged.  302? Then it should be working.  200 - It's processing a 
standard "OK here's your page " response.

As for why it works on a different box, there's a multitude of reasons 
it could be. 1) Server configuration, 2) CF version, 3) slightly 
different up-stream application.cfm, ...

A code snippet would help too.

Angelo



Edward Chanter wrote:
> Dear All,
>
> Has anyone had a <cflocation> tag simply stop working in certain situations
> and servers? I have and it's bizarre. The tag is directing to a page called
> dynamically from the dbase and this works most of the time. But one tag on
> one page has simply stopped doing what it's supposed to. I didn't make any
> changes to the code or the server and the same page works fine on a
> different box.
>
> It's a long shot but I'm wondering if anyone has seen anything like this
> before?
>
> best wishes,
>  
>       -= Ed
>  
> --------------------------------------------
> Edward Chanter
> Technical Innovations Manager
> Collaborative Connections Ltd.
>  
> http://www.cc.uk.com/
> [EMAIL PROTECTED]
> Landline: 01273 832221
> Mobile: 07866 365282
> YIM!: jumperb
> MSN: [EMAIL PROTECTED]
> AIM: edwardchanter
> --------------------------------------------
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: http://www.houseoffusion.com/groups/CF-Linux/message.cfm/messageid:4233
Subscription: http://www.houseoffusion.com/groups/CF-Linux/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14

Reply via email to