Forum Discussion
DaveC_53879
Aug 16, 2011Nimbostratus
This part of the rule isn't doing anything because it's not logging. Do I need to define My_cookie somewhere?
Check if the persistence cookie exists in the response
if {[HTTP::cookie exists "My_cookie"]} {
set the domain attribute on the persistence cookie
HTTP::cookie domain "My_cookie" ".ddcpoc.com"
log local0. "[IP::client_addr]:[TCP::client_port]: Modified domain on My_cookie"
}