ScriptSession variant
Hi,
I would like to ask if there are plans to add a new session type to the distribution that does not time out due to inactivity but stays alive until the client session is closed.
I wrote such a kind for my application. Client and server do a ping-pong play ensureing that the client still lives if the user did not disconnect regularly. My sessions do consume a lot of memory, thus this is vital to keep the server not running out of memory due to dead sessions.
Regards,
Thomas