RE: Session Data Problem

2009-06-25 Thread Printz, Robert C
I figured out my problem. There was a struts token that I needed to use a Reg Exp on. From: Printz, Robert C [mailto:prin...@msoe.edu] Sent: Wed 6/24/2009 4:24 PM To: JMeter Users List Subject: Session Data Problem I am testing a web application that stores a

Session Data Problem

2009-06-24 Thread Printz, Robert C
I am testing a web application that stores a lot of the information used between pages in session. For example... Integer variable = (Integer)ctx.getSessionState().get( KEY ); I recorded my script and I am now trying to configure it to use different users. The problem I am facing is that som