cookie encryption issue
1 TopicCookie Encryption Issue
Hello Experts, I have below VS configured with cookie persistence profile : ltm virtual /Common/VIP_192.168.1.1_443 { destination /Common/192.168.1.1:443 ip-protocol tcp mask 255.255.255.255 persist { /Common/Persist_192.168.1.1_443 { default yes } } pool /Common/Pool_192.168.1.1_443 profiles { /Common/http { } /Common/ssl_192.168.1.1_443_2017 { context clientside } /Common/tcp_192.168.1.1_443 { } } source 0.0.0.0/0 translate-address enabled translate-port enabled } ltm persistence cookie /Common/Persist_192.168.1.1_443 { app-service none cookie-encryption required cookie-encryption-passphrase $M$O0$PU5nvTKYL2GUTJInH7ZvSw== defaults-from /Common/cookie method insert timeout 180 } Packet capture on F5 shows that sometimes cookie is encrypted and sometimes it is not. Any idea why so ? Sys::Version Main Package Product BIG-IP Version 11.5.3 Build 2.0.196 Edition Hotfix HF2399Views0likes6Comments