Forum Discussion
Steve_89474
Nimbostratus
Jun 30, 2014Can I delete my persistence record in an iRule?
I am looking for a way to delete my source address persistence to a specific server using a URL parameter or something. Would this work?
when HTTP_REQUEST { if {([HTTP::uri] contains "persist=0")} then { persist source_addr [IP::client_addr] delete } }
Thanks, Steve
2 Replies
- Kevin_Davies_40
Nacreous
when HTTP_REQUEST { if {[HTTP::uri] contains "persist=0"} { persist delete source_addr [IP::client_addr] } } - Kevin_Stewart
Employee
The syntax should technically be:
persist delete source_addr [IP::client_addr]
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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