Hi All,
We are using Jdev 12.1.3.
The issue is that session timeout is reloading the same page without redirecting to login page.
The page has a Signup link which will open Signup(JSF) page. There is a button for registration in Signup page which will open the Registration(JSF) page.
The whole flow is defined in adfc-config.xml. Signup and Registration pages have anonymous role.
Registration page has a region(RegistrationTF). RegistrationTF has CreateInsert as default activity and a RegistartionForm(Jsff) page.
When we leave Registration Page idle for 3 minutes(session timeout), session timeout popup appears and on clicking Ok, the page is not redirecting. Instead it refreshes the same page and showing the first record in the table which should not be allowed.
Tried filter and still it is not working. Googled and found that 12.1.3 has this issue.
Is there a workaround or fix for this issue?
Thanks in advance.
- Vignesh Selvaraj.