Forum Discussion
jashicks_40657
Nimbostratus
Jul 01, 2011Maintain persistance based on unique user-agent header
Scenario I have many unique devices that identify themselves with a unique user-agent header. (each device has a different id that is provided in the user-agent header)
They submit multiple htt...
hoolio
Cirrostratus
Jul 01, 2011Or maybe check if it has a value?
when HTTP_REQUEST {
Add a UIE persistence record with a timeout of one hour if the header present and isn't empty
if {[HTTP::header "X-Nokia-MSISDN"] ne ""} {
persist uie [HTTP::header "X-Nokia-MSISDN"] 3600
}
}
Aaron
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