why wouldnt this work
set_sha1 $SHA1Cookie test;
set $TEST33 TechPulse_Firewall=$SHA1Cookie;
if ($http_cookie ~ $TEST33) {
set $l7_protect 1;
}
set_sha1 $SHA1Cookie test;
set $TEST33 TechPulse_Firewall=$SHA1Cookie;
if ($http_cookie ~ $TEST33) {
set $l7_protect 1;
}