Forum Discussion
ichalis_37981
Jan 18, 2007Historic F5 Account
Session table usage
Hi,
I am attempting to use the session table to keep track of how many concurrent RTSP streams a Bigip is handling for throttling purposes. I want to use the persistence table because I woul...
Nicolas_Menant
Employee
Feb 18, 2008the session entry will be removed when its timeout value is reached
the timeout will be reset to 0 every time you do a session lookup.
To know how many session entry you have, you may try this method:
-Have a counter you increment everytime you have an entry in the session table(global variable).
then you set the same value between your tcp timeout profile and session timeout. (be sure to always update your timeout session table with a lookup everytime you receive data)
With the event client_closed you should then decrease this counter. If you have the same value between your tcp timeout and session timeout it should mean you lost the entry in the session table as well.
Shouldn't take too much processing.
HTH
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