Are these http sessions or database connections ? If former, you could try to set lower timeouts. Look at web.xml per component. see session-timeout. Logout i believe ends session so not sure why your session would increase under standard use. Is this in a load test environment ? If latter, you could change entityengine.xml to configure database pool.
Harmeet ----- Original Message ----- From: "S K Pradeep Kumar" <[email protected]> To: [email protected] Sent: Saturday, July 25, 2009 5:21:49 AM GMT -05:00 US/Canada Eastern Subject: Too many session are creating in the server. Hi All, We have deployed the ofbiz with tomcat on VPS server. It is creating too many dummy sessions and consuming loot of memory. Could you please help in this. What might be the reason? How can we customize the application to reduce memory consumption? -- With regards, S K Pradeep kumar
