Re: [SOLVED]: Need to disable session interceptor

2009-09-02 Thread Dave Newton
Rajeev Sharma wrote: I am not using session or cookies at all in my application right now. So I guess adding cookie listener doesn't make any sense to be added to JMeter test case. I shall use cookies later and shall add cookie listener to test my application. I don't want to store any data in we

Re: [SOLVED]: Need to disable session interceptor

2009-09-01 Thread Rajeev Sharma
ailing List Subject: Re: [SOLVED]: Need to disable session interceptor Date: Tue, 01 Sep 2009 16:10:28 -0400 Peter Phillips wrote: >>From Rajeev's earlier emails: > > "I am developing an application which does not need to use sessions at all." > "I opened some

Re: [SOLVED]: Need to disable session interceptor

2009-09-01 Thread Dave Newton
Peter Phillips wrote: From Rajeev's earlier emails: "I am developing an application which does not need to use sessions at all." "I opened some pages on my application and found there was one session created for my browser and others for other clients, So I guess this has nothing to do with JMe

Re: [SOLVED]: Need to disable session interceptor

2009-09-01 Thread Peter Phillips
>From Rajeev's earlier emails: "I am developing an application which does not need to use sessions at all." "I opened some pages on my application and found there was one session created for my browser and others for other clients, So I guess this has nothing to do with JMeter. Sessions are being

Re: [SOLVED]: Need to disable session interceptor

2009-09-01 Thread Dave Newton
Rajeev Sharma wrote: I did not have <%@ page session="false"> in the jsps which were included in other jsps using . I put <%@ page session="false"> in all the jsp pages and there are no more sessions created. Thank you guys for the quick help. That's not the correct solution: if you expect the