Forum Discussion
jyseg_48587
Nimbostratus
Aug 23, 2017Please help persist idle timeout 0 irule
Some users want to make persist idle timeout 0 Please check irule applicable
class internal {
network 10.100.28.0/16
}
when CLIENT_ACCEPTED {
if { [matchclass [IP::client_addr] equals $::internal] } {
log local0. "internal_user :: [IP::client_addr]"
persist sticky 0
}
}
Persist sticky 0
I do not know if this part is accurate.
Please help.
- Vijay_E
Cirrus
If you are trying to disable persistence, you can use "persist none". What is the functional requirement i.e., how do you want the connections to be processed for 10.100.28.0/16 ?
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