Amit, If the session data is stored in RAM on just one webserver then that is a big problem. In order to load balance an array of webservers the session cannot be stored at the webserver. It needs to be stored in the database so that no matter what webserver the load balancer sends the next request to, the session can always be retrieved from the db.
Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
