i'll forward the responses......
----- Original Message -----
From: Hammy
Sent: Friday, July 12, 2002 9:24 AM
Subject: [CFTALKTor] session vs. client

Hi all,
 
I developed some code using session variables. It works fine in our development environment because we only have one server.
However, in production, we have a clustered environment, and I was told session variables won't work. I was asked to use client variables instead.
 
My question is: Is it just a matter of changing the variables from session.variable to client.variable throughout the code?
 
What else do I need to do to make sure the variables work in a clustered environment?
 
Thanks,
Chris
 
 

Reply via email to