这个问题我也想知道,同样的操作,在不同的机器上进行录制一个产生一个不产生cookie,我估计是与LR哪里的配置有关,不知对不对?作者: zhangsq1982 时间: 2008-1-4 10:07
The web_add_cookie function adds a new cookie. If the name and path match and existing cookie,
the existing cookie is overwritten with the new one. If the "expires" date has past, the cookie is deleted.
Although Vusers handle cookies automatically, there may be cases when you need to manually control the cookies.
Note: Vusers do not use (access or modify) the cookies that are stored by your browser. Instead,
each Vuser uses the cookies that are sent to the Vuser by the server host at runtime.
These cookies are maintained only temporarily-while the Vuser script runs.
web_add_cookie intended use is to add cookies usually stored in the browser, prior to starting the run.
This function is supported for all Web Vusers and for WAP Vusers running in HTTP or Wireless Session Protocol (WSP)
replay mode.