Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 83209 invoked from network); 22 Dec 2005 15:35:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 15:35:00 -0000 Received: (qmail 20130 invoked by uid 500); 22 Dec 2005 15:34:54 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 20077 invoked by uid 500); 22 Dec 2005 15:34:54 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 20065 invoked by uid 99); 22 Dec 2005 15:34:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2005 07:34:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.18.177.170] (HELO mail.ebira.de) (217.18.177.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2005 07:34:52 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.ebira.de (Postfix) with ESMTP id 43F80426C7 for ; Thu, 22 Dec 2005 16:34:30 +0100 (CET) Received: from mail.ebira.de ([127.0.0.1]) by localhost (aragorn [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11283-03-2 for ; Thu, 22 Dec 2005 16:34:29 +0100 (CET) Received: by mail.ebira.de (Postfix, from userid 30) id 1BE34426C6; Thu, 22 Dec 2005 16:34:29 +0100 (CET) Received: from michel.ebr (michel.ebr [192.168.0.151]) by www.ebira.de (Horde MIME library) with HTTP for ; Thu, 22 Dec 2005 16:34:29 +0100 Message-ID: <20051222163429.gf6b6vcdnc6ioggw@www.ebira.de> Date: Thu, 22 Dec 2005 16:34:29 +0100 From: Michael Ebert To: users@cocoon.apache.org Subject: continuation expiry MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) X-Virus-Scanned: amavisd-new at ebira.de X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I have an Upload Portal to exchange files with our customers. The portal uses javaflow. In some cases we have quite big files to transfer. So some transfers take more than 10 Minutes. In those situations, the user gets an continuation invalid error, instead of the next page sent by the sendPage() method from the java flow. When i check the timeToLive() value from the WebContinuation i always get the value 600000. I think this value is in miliseconds. So the duration seems to be 10 minutes. I already raised the time-to-live to 100 hours, but the value from the WebContinuation.TimeToLive() does not change. What did I wrong? Any hints? Thanks, Michel This is a snippet from my cocoon.xconf: 180000 1800000 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org