Skip to Main Content
Ideas for RICOH ProcessDirector

Help us make RICOH ProcessDirector better for everyone!

Sign up to submit your ideas and to vote on the ones that we are considering right now.

After review and evaluation, your idea might show up on this list too. THANKS!

Please note that all ideas submitted become the property of Ricoh, LTD.

Status Under consideration
Created by Guest
Created on Jul 13, 2022

Upon Session Timeout, immediately redirect the user to the login screen.

After session timeout, the last open page is still visible instead of redirecting to the login screen to protect sensitive data.

    • The application should redirect a user whose session has expired to the log off page so the user session will be invalidated properly. An example of JavaScript to perform the redirect is below.

    • This code should be included on all navigable pages, i.e. all pages in the main frame.setTimeout("top.location.href='logout.html'", 900000 );

  • Attach files