08-08-2018, 08:53 PM
Well I dont knwo what is the timour for freeing a timed out session but maybe you can do it with your own timer and looking for timed out sessions for freeing them.
Check the demo SessionList: https://github.com/Atozed/IntraWeb/tree/...essionList
To get the TIWApplication objects, check each one if it is timed out (TIWApplication.Terminated) and free it.
Check the demo SessionList: https://github.com/Atozed/IntraWeb/tree/...essionList
To get the TIWApplication objects, check each one if it is timed out (TIWApplication.Terminated) and free it.

