1、增加BeanShell PreProcessor
2、添加如下内容
import org.apache.jmeter.protocol.http.control.CookieManager; // Get the current thread's cookie manager CookieManager cm = sampler.getCookieManager(); // Clear all cookies for this domain cm.clear();
1、增加BeanShell PreProcessor
2、添加如下内容
import org.apache.jmeter.protocol.http.control.CookieManager; // Get the current thread's cookie manager CookieManager cm = sampler.getCookieManager(); // Clear all cookies for this domain cm.clear();
1192
924

被折叠的 条评论
为什么被折叠?
