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: [email protected] 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: [email protected] For additional commands, e-mail: [email protected]
