Forum Discussion
Hyun-Sub_Kim_37
Nimbostratus
May 24, 2005How to control the count of the session by iRule ?
When client connect to the Web Server, I want to control the count of the session by iRule.
Situration.(BIG-IP V9.0.5)
When I use connection limit in virtual server, the BIG-IP do not receive new session and existing session.
That`s why, the existing session is disconnected when user already established session. (because http session is very short time.)
So I want to make this.....
When I use connection limit in virtual server, BIG-IP do not receive only new session. And the existing session must connected.
for example.
So, If the count of the session is over 1000, I don`t want to receive new session. but the existing session still connect.
And If the count of the session is under 800, I want to receive new session.
How to make the iRule ?
- drteeth_127330Historic F5 AccountAn iRule might not be necessary. If you set the connection limit on the pool member and use session persistence, then existing sessions will continue to connect after the connection limit is reached.
- Hyun-Sub_Kim_37
Nimbostratus
We should use the cookie persistence. - Hyun-Sub_Kim_37
Nimbostratus
Posted By hskim on 5/24/2005 5:46:14 PM - drteeth_127330Historic F5 AccountThe persistence records are removed when the pool member is marked down by a service check. However, exceeding a connection limit should not result in marking the pool member down. What service checks are you using? Is the pool member actually failing? Maybe your server returns a 500 status code when it's above a certain concurrency limit?
- Hyun-Sub_Kim_37
Nimbostratus
The customer site should use the session cookie for client session connecting
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects