posted 13 years ago
Hi,
I want to know the best way to handle session timeout with acegi/spring mvc. I tried using the concurrentsessionfilter from acegi and added some code to also check for session timeout, but since it is the first filter that is called, there are a lot of customizations needed and it is not straight forward at all. Below is what I added :