hi probably not did you record and replay? in which case you probably have some dynamic data that is user specific (the other option is that your app does have a bug). Doesnt your home page print out the logged in users name? If so you can assert the text and you should be able to see that each user gets his own home page with his own name , in which case the sessions are fine.
regards deepak On Wed, Jun 16, 2010 at 10:53 AM, virkenator <[email protected]> wrote: > > Hi, > > I am testing a web based application. I have a script which is doing: > > 1. Logging in user/s. > 2. Goes to home page. > 3. Searches for fields. > 4. Searches for a specific field. > > The script runs successfully for one thread. I am able to relate and track > all these events by checking the database log. > But when I increase the thread number to 2 or more, steps 1 through 3 are > being successfully executed but the step 4 is not being executed and shows > error in the server log "Error in finduser() in useragentbeanjavax....." > > I have HTTP cookie manger with compatibility, HTTP header manager ON in the > script. > > Can somebody please tell me whats going on and how to overcome this > problem? > > -- > View this message in context: > http://old.nabble.com/Is-this-a-cookie-problem--tp28905679p28905679.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

