I want to redirect a page to another one automatically when session time is out. So I need a customised haddler.

I read this document(static.springframework.org/spring/docs/2.0.x/api/org/springframework/web/servlet/HandlerMapping.html) and I believe it is practical.


I'm a green hand. So, is there an example as a reference?

Suggestion is welcome too!