Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Akshay_SK's avatar
Akshay_SK
Icon for Nimbostratus rankNimbostratus
Feb 17, 2020

Use of static keyword in iRules

I had used the static keyword in my iRule some days ago in RULE_INIT event since I wanted certain variables to be globally declared as follows : when RULE_INIT {    set static::windowSec 60    ...