Hi Christian, if the session is maintained by cookies, you can try to save the session cookie(s) to a file using storeCookie and echo, and then to set the cookie header in <config>.
Marc. smith1511 wrote: > I have a test case that I would like to continue regardless of failure. To > do this I am enclosing the different sections in '<webtest>' blocks and have > set the 'haltonfailure=false' attribute. The problem is that the session > seems to change in each new block which causes authentication problems. Is > there a way to keep the old session? > > Thanks in advance, > Christian _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

