We have application set up where we use Apache2.2.14 web server , ofbiz application and casserver2.1. When we access the application through apache the sessionid for /accounting is getting created every time an event is fired in ofbiz. When we analysed the problem, we came to know that when we hit the url for accessing ofbiz a session cookie is getting created with values as Name:jsessionid value:<session value> domain:<domain value> path;/accounting. But through apache we are not able to get this cookie in browser. As browser is not able to save the cookie, for every event its requesting for a new session. This is leading to performance issues in the application as for every click a new session for /accounting is getting created which lead to again validation in casserver and generation of new ticket. Please tell if any configuration is required in apache to handle session.