Acquire a Server Session from the pool. Iterates through each session in the pool, removing any stale sessions along the way. The first non-stale session found is removed from the pool and returned. If no non-stale session is found, a new ServerSession is created.
Ends all sessions in the session pool
Release a session to the session pool Adds the session back to the session pool if the session has not timed out yet. This method also removes any stale sessions from the pool.
The session to release to the pool
Generated using TypeDoc
Maintains a pool of Server Sessions. For internal use only