03-09-2023, 10:16 AM
(03-09-2023, 09:17 AM)jeroen.rottink Wrote: WebApplication.SessionTimeout is initialized with SessionController.SessionOptions.SessionTimeout on the start of a new session.
After it is initialized you can change it's value to change the timeout.
Both values are timeouts in minutes.
Yes it works. Thanks.
Can you help me how to catch when a user gets timeout so I can show them a nice html page instead of this ugly "500 - Internal server error".
So the user can login again if he wants to.
We get many mails from our customers that just want to know what is wrong. Why does our application stop working so often.
It's not okey. Specially since several of our customers are the government and several authority..

