Hi,

I am using AppFuse 2.0 with Spring MVC to develop a simple web application
deployed on Tomcat 5.5.23. 
I have a problem with the creation of unwanted session. In our production
environement a load balancer is used which issues an HTTP GET every 10
seconds to check the application is up. The GET is for a URL to an image
(e.g. /myapp/images/check.gif). The problem is that each of these requests
creates a new session. My guess is that one of the filters that AppFuse has
configured is responsible for this behavior.
My questions are:
1) Is there a way to find out which Filter creates the sessions?
2) If the responsible filter cannot be switched off how can I prevent
session from being created for a simple HTTP get of an image?

Thanks,

Florian
-- 
View this message in context: 
http://www.nabble.com/Find-Filter-that-creates-sessions-tp21715563s2369p21715563.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to