Forum Discussion
som_86408
Nimbostratus
Feb 18, 2012source IP based persistence
Hi,
I have a requirement where clients must stick to the same server for HTTP to HTTPS and decided to use source address persistence but in a document (http://devcentral.f5.co...
nitass
Employee
Feb 20, 201205 if { [HTTP::cookie exists "bIPs"] } { ------------>What is "bIPs" ?it is a cookie name. you can change to whatever name you want.
14 binary scan [md5 [IP::server_addr]] H* md5var junk -------------> what this line will do?this will create md5 checksum of pool member ip address, convert it to hex and assign it to md5var variable.
15 HTTP::cookie insert name "bIPs" value $md5var -------------> what this line will do?this will insert cookie name "bIPs" with md5var value which will be sent to client.
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