Wish add MaxIdleTimeout to Server

mindful

Active Member
Licensed User
Right now the maxidletimeout is hardcoded in the jServer library with a value of 180 minutes and this sets the websocket's and session idle time. It would be usefull if we could set it when we initialize the server, something like:
B4X:
srvr.Initialize("srvr")
srvr.MaxIdleTimeoutMinutes = 1440
 

mindful

Active Member
Licensed User
I am already using that, but that changes only the connectors idle time, not the session time. whenever I do call a GetSession I need to update the session maxidletime ... and this is done already done in jServer library. So this is a wish to setup things easily.
 
Top