CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Bryan Stevenson
Hey All, We have a prod server setup as follows: -Linux RedHat 9.1 -Apache -CF MX 6.1 Standard Intermittently we are having the contents of various cookies spit out to the screen (and that screen does not display as intended).The cookies hold queries (some empty and some with 1 record per

RE: CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Dave Watts
We have a prod server setup as follows: -Linux RedHat 9.1 -Apache -CF MX 6.1 Standard Intermittently we are having the contents of various cookies spit out to the screen (and that screen does not display as intended).The cookies hold queries (some empty and some with 1 record per

Re: CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Thomas Chiverton
On Wednesday 07 Apr 2004 16:39 pm, Bryan Stevenson wrote: I'm still pretty new to a Linux/Apache setup and am wondering if mabye header info is the culprit?? Are you using cfheader or something ? (Traffic-Server/5.2.4 [cMs f ]) What's that ? -- Tom Chiverton Advanced ColdFusion Programmer

Re: CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Bryan Stevenson
Partner www.macromedia.com - Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Wednesday, April 07, 2004 8:44 AM Subject: Re: CF MX/Linux

Re: CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Thomas Chiverton
On Wednesday 07 Apr 2004 17:06 pm, Bryan Stevenson wrote: cfheader statusCode = 302 statusText = Document Moved. Just those two one the page ? No fusebox or anything ? Not that I know of Dave...where do you suggest I look? on the client? with the ISP hosting this co-located server? somewhere

Re: CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Wednesday, April 07, 2004 9:19 AM Subject: Re: CF MX/Linux/Apache/Cookie madness On Wednesday 07

RE: CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Dave Watts
Yes we do.We stick the query in the cookie and then have to use the code below becauase we can't use CFLOCATION after setting a cookie: !--- Send user to the next page in the registration process --- cfheader name=location value=public.cfm?pg=reg_2 cfheader statusCode = 302 statusText =

Re: CF MX/Linux/Apache/Cookie madness

2004-04-07 Thread Bryan Stevenson
- From: Dave Watts To: CF-Talk Sent: Wednesday, April 07, 2004 10:08 AM Subject: RE: CF MX/Linux/Apache/Cookie madness Yes we do.We stick the query in the cookie and then have to use the code below becauase we can't use CFLOCATION after setting a cookie: !--- Send user to the next page