RE: AxisHttpSession not timing out [resolved]

2006-12-05 Thread Jarmo Doc
Problem resolved.  Some other piece of code was overriding the web.xml 
timeout by explicitly setting the AxisHttpSession timeout.




From: Jarmo Doc [EMAIL PROTECTED]
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: AxisHttpSession not timing out
Date: Tue, 05 Dec 2006 05:33:36 -0800

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.


_
Stay up-to-date with your friends through the Windows Live Spaces friends 
list. 
http://clk.atdmt.com/MSN/go/msnnkwsp007001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmk



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



Re: AxisHttpSession not timing out

2006-12-05 Thread Martin Gainty
Jarmo

Can you verify session-config parameter in your .\WEB-INF\web.xml
e.g.
session-config
!-- Default to 5 minute session timeouts --
session-timeout5/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/msnnkwsp007001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmk
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]