On Fri, Oct 9, 2009 at 3:06 PM, kalpanab <kalpanab_2...@yahoo.com> wrote:

> I am using tomcat 5.5.28 and I disabled session persistence in context.xml
> by uncommenting the <Manager pathname="" />.

 <!-- Uncomment this to disable session persistence across Tomcat restarts -->

Uh, "... across Tomcat restarts" doesn't have anything to do with:

>To test load balancing I ran script calls
> 5request per second to the web application. And I saw memory growing because
> of increasing sessions. I see org.apache.catalina.session.StandardSession
> objects increasing for each request.

:: i.e. *creating* new sessions for new requests.

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

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

Reply via email to