You Are Trying To Access a Page That Is No Longer Active. The Referring Page May Have Come From a Previous Session. Please Select Home To Proceed


Error:

In R12.1.3 instance we were getting the below error as soon as  you log in :

You Are Trying To Access a Page That Is No Longer Active. The Referring Page May Have Come From a Previous Session. Please Select Home To Proceed


Cause:

It was pointing to the wrong domain

SQL> select session_cookie_domain from icx_parameters;
.lab.training


Solution

Update it to Null

update icx_parameters set session_cookie_domain=null;

commit;

Restart Apache services



If you like please follow and comment