bhanu
Answered On : Dec 12th, 2011
LoadRunner records a web_add_cookie() when a browser sends a cookie from its permanent cookie table to a server.
If a server sends a "Set-Cookie" header to a vuser, LoadRunner will add this cookie to the Vusers virtual cookie table.
All cookies in LoadRunner are maintained in memory. Cookies can be set by the server automatically, or by the client, using web_add_cookies. When the user invokes web_cleanup_cookies(), ALL cookies are removed from the Vusers cookie cache including those added with web_add_cookie(...); and those set by the server.
If you desire to remove a specific cookie from the table, be it set by the web server or via web_add_cookie(), you can use web_remove_cookie(...) function
For more details, please refer LR online books...
start->LoadRunner->Documentation->Function reference ....
Login to rate this answer.