In my web application , am annotation based controllers (SPRING MVC). I wanted to implement SessionManagement in my application
1.) Any page within the application should not be idle for 15 minutes
2.) Pop-up should be opened, kind-of notification, at the 10th minute to notify the user abt session expiry and should give him an option to extend the session to another 15 minutes or by default the application should log-off
I believe there must be a simple way for this in spring MVC (I use spring 3.1). Say like, there must be some way to annotate the controller or some configuration in applicationContext.xml. There must be some way ! Friends, please help me by suggesting a way and also would be of great help if you paste any samples here. Also would be of great help if you can guide me step-by-step for this sessionManagement implementation.