Re: Giving Http requests access to HttpSession in JMeter tests

2005-04-04 Thread Alan . Mullane
Please respond to "JMeter Users List" To: JMeter Users List , Peter Lin <[EMAIL PROTECTED]> cc: Subject: Re: Giving Http requests access to HttpSession in JMeter tests On Apr 4, 2005 12:44 PM, Peter Lin <[EMAIL PROTECTED]> wrote: >

Re: Giving Http requests access to HttpSession in JMeter tests

2005-04-04 Thread Alan . Mullane
Alan Peter Lin <[EMAIL PROTECTED]> 04/04/2005 12:44 PM Please respond to "JMeter Users List" To: JMeter Users List cc: Subject: Re: Giving Http requests access to HttpSession in JMeter tests On Apr 4, 2005 4:23 AM, [EMAIL PROTECTED] <[

Re: Giving Http requests access to HttpSession in JMeter tests

2005-04-04 Thread sebb
On Apr 4, 2005 12:44 PM, Peter Lin <[EMAIL PROTECTED]> wrote: > On Apr 4, 2005 4:23 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks Sebb, > > > > I found out why I am having the problem. The first struts call I make to > > the application uses a redirect > > depending on the input (if o

Re: Giving Http requests access to HttpSession in JMeter tests

2005-04-04 Thread Peter Lin
On Apr 4, 2005 4:23 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks Sebb, > > I found out why I am having the problem. The first struts call I make to > the application uses a redirect > depending on the input (if only one input entry, build 1st page and then > goto 2nd page, otherwise g

Re: Giving Http requests access to HttpSession in JMeter tests

2005-04-04 Thread Alan . Mullane
why JMeter loses the Http Session on a redirect and would there be any way to resolve this? Cheers Alan sebb <[EMAIL PROTECTED]> 04/01/2005 06:26 PM Please respond to "JMeter Users List" To: JMeter Users List cc: Subject: Re: Givi

Re: Giving Http requests access to HttpSession in JMeter tests

2005-04-01 Thread sebb
Try adding a Cookie Manager to the test plan On Apr 1, 2005 6:45 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I am a newbie to JMeter and need to load test a Struts/Servlet Filter > application. I have created a test plan > in JMeter (version 2.0.2) running on JDK 1.4.2 and have a n

Giving Http requests access to HttpSession in JMeter tests

2005-04-01 Thread Alan . Mullane
Hi, I am a newbie to JMeter and need to load test a Struts/Servlet Filter application. I have created a test plan in JMeter (version 2.0.2) running on JDK 1.4.2 and have a number of struts actions that I am testing in sequence (login.do, homePage.do, etc). I am able to test individual page reque