Jarmo

Can you verify session-config parameter in your .\WEB-INF\web.xml
e.g.
    <session-config>
        <!-- Default to 5 minute session timeouts -->
        <session-timeout>5</session-timeout>
    </session-config>

Here is a solution which quiesces AxisHttpSessionListener when 
HTTPSessionListener sessionDestroyed
http://www.mail-archive.com/axis-user@ws.apache.org/msg21645.html

Anyone else?
M-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
contents
----- Original Message ----- 
From: "Jarmo Doc" <[EMAIL PROTECTED]>
To: <axis-user@ws.apache.org>
Sent: Tuesday, December 05, 2006 8:33 AM
Subject: AxisHttpSession not timing out


> My Axis 1.3 webapp's web.xml indicates a session timeout of 2 minutes.  
> Regular HTTP sessions in this webapp time out just fine on schedule, as 
> detected by my HttpSessionListener.  My Axis sessions, however, never time 
> out.  Why would this be?
> 
> Thanks.
> 
> _________________________________________________________________
> Share your latest news with your friends with the Windows Live Spaces 
> friends module. 
> http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mk
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to