Re: session lost while using opensta

2004-09-22 Thread Craig McClanahan
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,

Re: session lost while using opensta

2004-09-22 Thread James Mitchell
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 22, 2004 2:49 AM Subject: session lost while using opensta > 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

session lost while using opensta

2004-09-22 Thread panhandlealks
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 ?