Forum Discussion
Jalle_197671
Nimbostratus
Jun 19, 2017Set cookie in 10% of traffic
Hi,
I'm looking for a way to set a cookie on 10% of my web traffic. How can it be implemented in an irule?
Thanks!
- Daniel_W_
Cirrus
This example should help you: https://devcentral.f5.com/s/articles/ratio-load-balancing-using-rand-function
 
Just use if { rand() < 0.1 } { ...
 
 
- Samir_Jha_52506
Noctilucent
It will be good if you throw some more light here. I tried to prepare irule based on above conditions. you can edit & apply based on condition.
when HTTP_REQUEST { if { rand() < 0.1 } { if { [HTTP::cookie exists "old-cookie-name"] } { Insert a new cookie with the new name and old cookie's value HTTP::cookie insert name "new-cookie-name" value [HTTP::cookie value "old-cookie-name"] Remove the old cookie HTTP::cookie remove "old-cookie-name" } } }
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