Thanks for that rapid reply!<br><br>However we've looked at that option and if I understand it correctly that would allow us to create a cookie in advance and read it from the file.  The problem we have is that we have 4 weblogic servers, each of which will generate a cookie automatically on the first request from Hobbit and return it with the http response.  Writing the cookie in advance is not an option as it would not be recognised as a valid session cookie by any of the weblogic instances.<br>
<br>What we need Hobbit to do is to read the cookie on the first response and use it on subsequent calls to that domain.. i.e. to emulate a browser.<br><br>Is it possible to do that without a code change? (our last resort!)<br>
<br>Regards,<br>Martin<br><br><div class="gmail_quote">On Wed, Mar 12, 2008 at 11:33 AM, Charles Goyard <<a href="mailto:charles.goyard@orange-ftgroup.com">charles.goyard@orange-ftgroup.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Martin Rogers wrote :<br>
<div class="Ih2E3d">><br>
> It is possible to have Hobbit retain these cookies and send with subsequent<br>
> requests to the same URL?<br>
<br>
</div>I had the exact same problem, hobbit created lots of sessions. Look at<br>
the cookie feature in bbtest-net manpage. You will have to write the<br>
cookie manually, but then it will be reused for all requests. For some<br>
sites, providing a forged cookie works (so I use<br>
"session=hobbitmonitor" as a cookie).<br>
<br>
Regards,<br>
<font color="#888888"><br>
<br>
--<br>
Charles Goyard - <a href="mailto:charles.goyard@orange-ftgroup.com">charles.goyard@orange-ftgroup.com</a> - (+33) 1 45 38 01 31<br>
Orange Business Services - online multimedia  // ingénierie<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</font></blockquote></div><br>