Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
I've got a strange problem here that I need some help figuring out. We have a site running on 8 load balanced CF 9 servers. We're doing a lot of stuff with Client Variables, and all of our code works fine in development/staging, but in production none of the client variables persist. After

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Matthew Williams
I (used to) maintain a server with an app that did this as well. The code on staging worked, but was at CF9 with no patches. The production server was at 901. Staging had no firewall, but production is in a DMZ. We never did determine a why for this happening, and it ONLY happened on

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Pete Freitag
Hi Eric, Yes if sticky sessions were not working or configured properly on your load balancer that would certainly cause you to get new CFID/CFTOKEN on each request. As of the ColdFusion security patch for session fixation (APSB11-04) if the CFID/CFTOKEN values do not correspond to a valid

Re: Problem with Client Variables not persisting.

2011-07-28 Thread J.J. Merrick
Eric, What LB product are you using? I have used pound in the past and with no sticky sessions the client vars persisted just fine. Oh and can I borrow your saw and drill next week? I want to make some nightstands :-D -J.J. On Thu, Jul 28, 2011 at 7:41 AM, Eric Cobb cft...@ecartech.com

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
source any time and know which server I'm on. From: Pete Freitag p...@foundeo.com Sent: Thursday, July 28, 2011 9:34 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Problem with Client Variables not persisting. Hi Eric, Yes if sticky sessions were

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Problem with Client Variables not persisting. Eric, What LB product are you using? I have used pound in the past and with no sticky sessions the client vars persisted just fine. Oh and can I borrow your saw and drill next week? I want to make