In a Reactive Web App, we have created a page (Claim Form) where customers need to fill in their details.
The default session timeout for the environment is 20 minutes.
How can we increase the session timeout dynamically? For example, if a customer starts filling out the form and then takes a break for more than 20 minutes, we want them to be able to return and continue submitting the form without a session timeout.
Kindly suggest
hi @Priya Naveen
You can check this link:
https://www.outsystems.com/forums/discussion/79740/reactive-web-app-session-timeout/
https://success.outsystems.com/documentation/11/security/configure_app_authentication/
I hope this helps
Thanks
Hi @Priya Naveen,
You cannot increase the time for the right session dynamic per user, as it is set to the environmental state (standard 20 minutes).
If they take a break for more than 20 minutes, to prevent users from losing the form data:
Thank you
The session timeout cannot be adjusted dynamically for a specific application, as it is configured at the environment level. While the default timeout is 20 minutes, you can increase it based on your client's requirements. However, please note that this change will apply to all applications within the environment, as they all share the same session timeout setting.