I have an XSJS page served by HANA. When I try to access it from a browser, I need to go through a basic authentication mechanism which is fine.
So far so good. But how can I configure HANA XSEngine so that it times out my web session after I have left it unused for a long time? I have configured xsengine -> httpserver -> sessiontimeout parameter to 30 (I told it is in seconds) but that does not help. So long as the browser remains open, the session remains live.
One trick I have is to close the browser. Another trick is to delete active login sessions in the browser history. Both force me to re-login, very nice. But these are so lame because they rely on a user action. I am sure SAP HANA is wiser than that.
I will greatly appreciate your help. Is there a different parameter to set? I am on SP07. I run xsengine as a separate process.
Thanks a lot.