Hi,

I was wondering how I can catch session timeout on controllers that use @sessionattribute? In my app, page errors out if session is timed out.
Basically, I want to redirect the user back to landing page and display a message saying that session is expired.

Any ideas?

Thanks.