I am finding it difficult to understand the difference/purpose of the following.
Edit 1: I was wrong here. It does get updated, just made a mistake between users, so ignore point "1" if anyone is reading this question.
Server Session Timeout: I created a Web SSO configuration document and updated the same on the server document and after restarting the http server I do see the changes in session timeout ( say for eg. if I set it to 300 then the timeout is set to 5 hours. I see this using tell http show users command), however, the timeout is always set to login time plus "X" minutes, so if supposingly I am working on application on "X-1" minute, it would throw me out on "X th" minute, no matter what. How do I get this fixed?
Application Timeout and Session Timeout: I change the same in xsp properties of the database/application, however, I don't see anything happening here except obviously the value is set when I get the same using javascript. So, what is the purpose?
Any suggestions/description would really be appreciated.