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
