Session Variables and Load Balancing
I've created a web application with Coldfusion that carrys user's information through session variables. We have three servers that use load balancing and they run Coldfusion 8. When a user logs into this application, they get in fine but sometimes when they click on a link (once they are logged in), they have to log in again. I suspect this is because of load balancing and I think whats happening, is that the user clicks on a link then they are sent to another server and that server does not have the existing session variables, so the app kicks them out, which it is suppose to do. Does anyone know if this sounds true and if it does, is there an easy fix? Or is there an way to test this on the developer's side. I use this application consistently on our single development server and never have any problems.
