>From the JMeter FAQ: "How do I ensure each http request for jsp is
within one jsessionid ?"

http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-114aca8407cf0eaff55b7ae5955eda46b1e2cecb

Nils-H

On Tue, Sep 1, 2009 at 1:15 PM, Dave Newton<newton.d...@yahoo.com> wrote:
> Rajeev Sharma wrote:
>>
>> I am new to struts2 (I mean struts). I am developing an application which
>> does not need to use sessions at all. When I tested my application with
>> jmeter, I got 18000 sessions created (tomcat showed me this). Looks like for
>> every individual request there is one session created. How can I remove the
>> session interceptor at all (and other components related to sessions), so
>> that there are no sessions created in my application.
>
> There isn't a session created for each request, there's a session per client
> conversation. Also, AFAIK, Struts 2 doesn't do anything in particular
> regarding session creation--that is handled by the container.
>
> 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