Hi.
I'm using Spring MVC and Spring Security for a project and everything works fine except the authenticated session that never expires.
My guess is that, because of a "chatty" javascript that keeps GETting images from the site, the authenticated session never expires (since the application sees request coming from the authenticated user).
I tried to use filters="none" in the hope to exclude in some way the static content from the "attention" of Spring Security, but it didn't work.
Any opinion would be quite appreciated.
Thank You.
Regards,
Diego Pigozzo


Reply With Quote
