CodeShare Refresh: HTTP Session Limit
I'm not sure if it depend on HTTP session limit. this irule delete table when they have some connection close in their session but it not mean that client exiting application, Am I correct?
So Is it may cause application allow for more active user than we expect?
(ie. expect max session 1) - when client 1 just use application. they finish get index.html and that connection is closed = entry is remove. so then client 2 use application too because entry in table not less than 1. Result in two session using application which more than we expect.
Can we remove Event CLIENT_CLOSED from this iRule and then let's wait for entry in table timeout (180 second by default)? This way it's may not allow more active session than we expect. (the issue is new session can't enter even old session finish using application. They have to wait till entry timeout)