when http_request {
if { [HTTP::cookie exists "TestCookie"] } {
#test cookie是WEB里面定义的
persist uie [HTTP::cookie "TestCookie"]
}
立即学习“PHP免费学习笔记(深入)”;
}
立即学习“PHP免费学习笔记(深入)”;
when HTTP_RESPONSE {
if { [HTTP::cookie exists "TestCookie"] } {
persist add uie [HTTP::cookie "TestCookie"]
}
立即学习“PHP免费学习笔记(深入)”;
}
立即学习“PHP免费学习笔记(深入)”;











