when HTTP_REQUEST {
if { [HTTP::cookie exists "TestCookie"] } {
#test cookie是WEB里面定义的
persist uie [HTTP::cookie "TestCookie"]
}
}
when HTTP_RESPONSE {
if { [HTTP::cookie exists "TestCookie"] } {
persist add uie [HTTP::cookie "TestCookie"]
}
}
本文出自 “Sim'blog” 博客,请务必保留此出处http://mitac.blog.51cto.com/1081911/1631659
原文地址:http://mitac.blog.51cto.com/1081911/1631659