Jump to content
We've recently updated our Privacy Statement, available here ×

How can I redirect to custom page when session timeout?


rgarcia_3

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Are you using normal 'internal' authentication and the normal login page?   If so, then to handle timeout redirect you would probably have to make some customization involving flows.  

You can familiarize yourself with Spring Webflow API, and the "Adding a Custom JSP Page in a Spring Web Flow" section of the Ultimate Guide might give you an overview of how Spring Webflow impacts JRS.

Upon session timeout/invalidation, a user is redirected to the home flow, but you could recreate flows, perhaps add custom code to "handle" a different redirection during session timeout.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 years later...
  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...