Can Anyone Explain how to implement Session timeout when user is not interacting with application for specific time?
Hi sasikumar,
This can be set up through Session Login Settings given in Service Center -
Service Center > Administration > Security > Application Authentication
Default Max Idle Time is 20 minutes.
Hope this is what you were looking for.
But The Application is still Active and not Getting Logged Out.
Do i need to do any other configuration?
Kindly go through the links which I have shared.
Hello Sasikumar,
The default value for the session timeout depends on the application server:
.Net : 20m
J2EE: 60m
You can change the the timeout as mentioned by Alok
You can also visit below links for more info:
https://success.outsystems.com/Documentation/10/Developing_an_Application/Use_Data/Sessions_in_Web_Applications
https://www.outsystems.com/forums/discussion/34866/factory-configuration-how-to-change-the-session-timeout-in-factory-configuratio/
Hope it helps :)