Forum Discussion
marlon_Gino-gi1
Nimbostratus
17 years agopersistence based on MSISDN number
hello,
Im new to Irules,
would like to know if there is an Irule that that can persist client connection based on client mobile number or msisdn? the client mobile numb...
James_Quinby_46
17 years agoHistoric F5 Account
One way to accomplish this is with the universal persistence profile, which lets you persist on strings located within, among other things, HTTP headers. For example (and I'm getting this right out of the book I received in training):
when HTTP_REQUEST {
persist uie [findstr [HTTP::URI] "user=" 5 "&"]
}
...will persist on a name/value pair as presented in the URL string. There are probably other ways of doing this, but this came to mind immediately.
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