>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 created for every
client."

Therefore I think adding page session="false" is the correct solution
in his case and he has no need for the cookie listener in JMeter as no
cookies will be created!

Peter.


2009/9/1 Dave Newton <newton.d...@yahoo.com>:
> Rajeev Sharma wrote:
>>
>> I did not have <%@ page session="false"> in the jsps which were included
>> in other jsps using <s:include>. 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 JMeter tests to run as
> they would if they were a real client you need to add the cookie listener in
> JMeter.
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to