Sep 26

To resolve problems with Remote API/Acegi creating many http sessions, you need to

  1. edit /webapps/luntbuild/WEB-INF/applicationContext.xml
  2. find <bean id=”httpSessionContextIntegrationFilter” …. line
  3. add following property to the bean:

<property name=”allowSessionCreation”>
<value>false</value>
</property>
Note, that you can do that on any existing Luntbuild installation ( 1.2.x and higher). If you are using Luntclipse or remote API, I strongly recommend making the change. You will need to restart your servlet container (Tomcat, …).

Tagged with:
preload preload preload