Hi Folks,
Is there a way to redirect the user to log on page without capturing the page context when the session times out?
I am working on a SAP UI5 App and when the user session times out, I see that following happens when I go to developer mode of the browser:
1. It appends the current url to the end of login.html. example: http://101.101.101.101:1234/sap/hana/xs/formLogin/login.html?x-sap-origin-location=%2Fsam%2Fportal%2FserverSideXS%2FgetTags.xsjs
2. Then it keeps looping there, i.e does not redirect to the SAP HANA Logon page.
3. When I hit refresh, now it redirects me to the logon page.
What am I missing here? Is there a way I can disable x-sap-origin-locationparameter or set it to my default index.html page?
Please advice..
Thank you!
Prab