Forum Discussion
Ashu_Aggarwal
Cirrus
Jan 27, 2020irule help - disable persistence
I have a VS configured with session cookie persistence profile. So all the requests from users & middleware receive session cookie. users receives session cookie is fine but all the requests from mi...
Simon_Blakely
Employee
Jan 27, 2020That should work, although you might want to create a data-group of type address, and use class match
when CLIENT_ACCEPTED {
if {[class match [IP::client_addr] equals "middleware-ip_dg"]} {
persist none
}
}
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