An option to set idle timeout would be helpful. What I mean here is, if a user has logged in into my site/application and has not performed any activity for say 'X' minutes , then hell be logged out.
I posted a forge mobile plugin for that based on chrome.idle plugin. https://www.outsystems.com/forge/component-overview/4922/chrome-idle-plugin You can place the block in the layout and implement a logoff on idle event.
Timeout should be a setting editable by developers.
Allow developers to set a specific timeout per Outsystems application, as an example this would mean that in a certain application the end-users would be logged for 10min and in another application they would be able to continue logged for 60min.
I would like to share an idea about an option for setting Session Timeout value in Servicecenter, it will be easier to manage this value from Servicecenter.
I would like this too, but it means that the Web server would need to have the ability to write to its own configuration files, which I would consider to be a security hazard.
J.Ja
There is an extension that does exactly this from your application. Just look for the BrowserSession extension in the Forge.
This means that for all applications you could set this in a site property or you create a generic function to fetch the timeout from a central location.