Re: Was: Which Framework Now: Vars / Session State in a Cluster

2007-05-04 Thread Sean Corfield
On 5/3/07, Peterson, Chris [EMAIL PROTECTED] wrote: May I ask how you maintain session state? Session variables. And session affinity on the load balancer. Are you using the built in cluster capability in Coldfusion, or a hardware device? Hardware. No JRun load balancing, no session

Re: Which Framework Now: Vars / Session State in a Cluster

2007-05-04 Thread Sean Corfield
On 5/3/07, Peterson, Chris [EMAIL PROTECTED] wrote: I currently have my Cisco CSS set to use the users IP address to keep their session 'sticky' to a given server, which works for most of my cases (AOL is busted). Configure it to use a (transient) cookie instead. That's how adobe.com

Was: Which Framework Now: Vars / Session State in a Cluster

2007-05-03 Thread Peterson, Chris
Sean (or anyone else!), In a post Which Framework do you use, You said Mostly the frameworks are all designed to manages requests and data on a single server. I never use client variables (and I've only ever worked on clustered CFMX Enterprise systems). May I ask how you maintain session state?

RE: Which Framework Now: Vars / Session State in a Cluster

2007-05-03 Thread Paul Vernon
Chris, I've sent you a custom tag I wrote off list that should stop race conditions across servers, as for maintaining state, if you aren't going to use client vars in a cluster, then you need to use sticky sessions so that each users lands and remains on that server for the length of their

RE: Which Framework Now: Vars / Session State in a Cluster

2007-05-03 Thread Peterson, Chris
doing all my research now =) Thanks for the advice, and thanks to anyone else putting up with my inane questioning! Chris -Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 7:40 AM To: CF-Talk Subject: RE: Which Framework Now: Vars / Session

RE: Which Framework Now: Vars / Session State in a Cluster

2007-05-03 Thread Robertson-Ravo, Neil (RX)
AOL is a nightmare for this due to its rotational IP nonsense. -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: 03 May 2007 12:51 To: CF-Talk Subject: RE: Which Framework Now: Vars / Session State in a Cluster Paul, Thanks a ton for that tag, it does exactly