Derek Hohls wrote:
And, just for completeness - what is the way to set this in the sitemap
(e.g. after a user logs in)?

Not sure. The applications that I work with rely on flow to handle the login. After a successful login, I use the
cocoon.session.setMaxInactiveInterval(...) statement.
On 2009/04/18 at 06:01, in message <49e9f93e.60...@cc.oulu.fi>, Andre Juffer 
<ajuf...@sun3.oulu.fi> wrote:
Maria Grigorieva wrote:
I'm using flowscript and when I left the page for some time,
and then trying to change the field's value, I've got "request failed".
Maybe it depends on the default cocoon's session time?
How can I change this time (to make it for example 20 minutes)???


You can change this with
cocoon.session.setMaxInactiveInterval(10800);   // 3 hours: 3 * 60 * 60

(argument is in seconds).



--
Andre H. Juffer              | Phone: +358-8-553 1161
Biocenter Oulu and           | Fax: +358-8-553-1141
Department of Biochemistry   | Email: andre.juf...@oulu.fi
University of Oulu, Finland  | WWW: www.biochem.oulu.fi/Biocomputing/
StruBioCat                   | WWW: www.strubiocat.oulu.fi
NordProt                     | WWW: www.nordprot.org
Triacle Biocomputing         | WWW: www.triacle-bc.com


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

Reply via email to