Hi First of all: Sorry for the missing subject and thanks for the fast response.
> I think that the meta http-equiv set-cookie is not currently handled in > htmlunit. Yeah. I solved this by setting the cookie in the http header (now store and verifyCookie) works. Thanks for the hint. But there is also another problem: After store and verify I want to call another page (Just another invoke). But it seems that the received cookie will not be sent to the webserver. Is this possible? I can't find anything in the documentation. (maybe I need a parameter of invoke for cookie sending?) Does webtest send the received cookies automatically with each new invoke? How is the sendig of cookies generally handled? BTW: I set the cookie now with: Set-Cookie: test=bla; path=/; Maybe this line contains a error? But in the webbrowsers there is no problem with that. Regards, Markus _______________________________________________________________________ Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos. Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222 _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

