All the configuration settings are read-only. Most of them are effective at startup and are used on the client side.
To change the configuration you have to set the properties in the json configuration file:
All the settings are here:
https://wisej.com/docs/html/Configuration.htm
Look at the default.json section.
HTH
Best,
Luca
It’s an int:
“sessionTimeout”: 60
Gives you a timeout of 60 seconds (the minimum). If you set it to 0, it will still use 60.
Why do you need it at 0?
I wrote like that but give an error
“url”: “Default.html”,
“sessionTimeout” : “0”,
“startup”: “WebApplication25.Program.Main, WebApplication25”