[quote="greno"]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[/quote] You can save session data in different backends, but I'm not sure whether it will work with the current version of eTiny or not. As we are also storing some Python Object in sessions (might cause problem during session persistence in DB or FILE). See: http://docs.turbogears.org/1.0/Sessions http://www.cherrypy.org/chrome/common/2.2/docs/book/chunk/ch03.html#id3490116 Amit _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
