The simplest way to lose sessions is for your test application to act
differently than browsers do with regards to session cookies.  For
example, if you send the cookie back on the first request in a
session, but fail to send it back in others, then your test
application is broken.

Craig


On Wed, 22 Sep 2004 06:49:34 +0000 (UTC), panhandlealks
<[EMAIL PROTECTED]> wrote:
> Hi there,
> I am developing an application with struts which works fine with jboss.
> Now I want to make some stress- and performance-tests with opensta but it doesnt
> work at all. To me it seems that the session is lost after each request.
> Any ideas ?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to