I have a pretty big application that works great and makes extensive use of session variables
We want to insert it into the cloud and run several instances. Unfortunately, our cloud partner does not offer SSL stick sessions, and even if they did, Iβm not sure if this is the way to go.
What I would rather do is not rely on the user maintaining the session on the server, and I can achieve this with client variables.
I am interested, however, are there any flaws, are some types of variables that are not working with client variables structs / query, etc. too slow?
There are over 1,500 lines of code using session variables, and I could just search and replace, or I need to go through hundreds of components and rethink them.
Dale fraser
source share