Forum Discussion
dedi_21505
Nimbostratus
Nov 30, 2008How to limin conection by MSISDN
Hi
Thank you In advance for your help.
Today I have This IRule
when HTTP_REQUEST {
if { [HTTP::header exists "MSISDN"] } {
persist uie [HTT...
Colin_Walker_12
Dec 03, 2008Historic F5 Account
Sure. If you just want to perform a check to see if the info is in the persistence table already, you'd do:
persist lookup uie [HTTP::header "MSISDN"]
So if you wanted to only perform a certain action if this record didn't exist, for example, you could do:
set pEntry [persist lookup uie [HTTP::header "MSISDN"] ]
if { [string length $pEntry] <= 0 ]
...
Does that help?
Colin
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