You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ramesh Gurunathan <ra...@gmail.com> on 2006/11/01 15:29:50 UTC

Axis2 - Session Timeout

Hi Team,

I understand that in Axis2, the session scope timesout in 30 seconds.
How and where can I change this value?

Appreciate your response.

Ramesh

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Axis2 - Session Timeout

Posted by Eran Chinthaka <ch...@opensource.lk>.
Ramesh Gurunathan wrote:
> Hi Team,
> 
> I understand that in Axis2, the session scope timesout in 30 seconds.
> How and where can I change this value?

You need to set your required time out interval using

configurationContext.setProperty(Constants.Configuration.CONFIG_CONTEXT_TIMOUT_INTERVAL,
new Integer(5000));

-- Chinthaka