I'm not sure this would be something you'd do specific to the native
Shiro session itself.

For example, you might be able to override the
AbstractValidatingSessionManager's onExpiration method, inspect the
SessionKey (it should be a WebSessionKey if the current thread
represents a web request), get the request from the WebSessionKey and
call httpServletResponse.sendRedirect to a separate page.

HTH,
--
Les Hazlewood | @lhazlewood
CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282


On Tue, Apr 30, 2013 at 7:29 AM, dgv <[email protected]> wrote:
> Any idea if this is even possible? I do not see anything in the native
> session area that will help me achieve this goal of sending a user to a
> custom timeout page...or atleast display a message on the login screen
> saying "Your session timed out".
>
>
>
> --
> View this message in context: 
> http://shiro-user.582556.n2.nabble.com/Specifying-a-custom-session-timeout-page-tp7578588p7578677.html
> Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to