Hi
what application server are u using, does it use
servlet2.3 specifications, if yes u can use the
session listener to find out when the session was
created and destroyed
http://www.javaworld.com/javaworld/jw-01-2001/jw-0126-servletapi-p2.html

Ashish

--- [EMAIL PROTECTED] wrote:
> Hi,
>       I'm running iPlanet Web server on NT with Struts
> 1.0
>       I'm facing this problem where the number of
> sessions goes beyond the
> 1000 session limit during load test. We are
> invalidating sessions during
> logout. The load test has at the most 35 concurrent
> users. I confirmed that
> the session is being invalidated at logout. Is
> struts creating a session
> somewhere after logout?
>       So i'm not sure why we are running out of sessions.
>       Any ideas?
>       I am guessing one possible reason could be that the
> web server is
> not reaping sessions quickly enough after we have
> invalidated them.
>       Is there any way, in which i could print out the
> count of sessions
> as the load test proceeds?
> 
> Thanks,
> Gaurav
>       
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


=====
A$HI$H

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to