How to Return to Same Page after Session Timeout
867583Jun 8 2011 — edited Jun 23 2011When a session timeout occurs, the user gets prompted to re-enter their password, but the next screen is always the application home page (in my case, page 2). I need to return the user to the same screen they were on prior to the timeout. How is this done in APEX?
I am using APEX 4, APEX authentication, and I have an authorization scheme defined on all pages except the password-related pages. URL links to a specific page go to the correct page (even after a password redirect if the session does not exist or is timed out), so deep linking seems to be working properly.