You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Olivier Billard <ob...@jouve.fr> on 2004/05/19 10:32:54 UTC

[Flow] How to change the default timeout of continuations ?

Hi Cocooners,

I would like to change the default continuation timeout (30 min ?) to my 
session timeout (2h).

Is this configurable somewhere ?

Thanks
--
Olivier Billard


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: [Flow] How to change the default timeout of continuations ?

Posted by Olivier Billard <ob...@jouve.fr>.
Thanks Stephan,

I saw it a few time later and replied a [Solution] to the thread.
--
Olivier

Stephan Coboos wrote:
> Olivier Billard wrote:
> 
>> I would like to change the default continuation timeout (30 min ?) to 
>> my session timeout (2h).
>>
>> Is this configurable somewhere ?
> 
> 
> 
> Please have a look into the "cocoon.xconf" and search for 
> "continuations-manager".
> 
> Regards
> Stephan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: [Flow] How to change the default timeout of continuations ?

Posted by Stephan Coboos <cr...@gmx.net>.
Olivier Billard wrote:

> I would like to change the default continuation timeout (30 min ?) to 
> my session timeout (2h).
>
> Is this configurable somewhere ?


Please have a look into the "cocoon.xconf" and search for 
"continuations-manager".

Regards
Stephan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


[Solution] [Flow] How to change the default timeout of continuations ?

Posted by Olivier Billard <ob...@jouve.fr>.
Sorry I found it :

In the cocoon.xconf :
//continuation-manager/@time-to-live

   <continuations-manager logger="flow" time-to-live="3600000">
     <expirations-check type="periodic">
       <offset>180000</offset>
       <period>180000</period>
     </expirations-check>
   </continuations-manager>


Olivier Billard wrote:
> Hi Cocooners,
> 
> I would like to change the default continuation timeout (30 min ?) to my 
> session timeout (2h).
> 
> Is this configurable somewhere ?
> 
> Thanks
> -- 
> Olivier Billard


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org