Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 99165 invoked from network); 25 Apr 2003 17:24:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Apr 2003 17:24:46 -0000 Received: (qmail 26123 invoked by uid 97); 25 Apr 2003 17:26:48 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 26116 invoked from network); 25 Apr 2003 17:26:47 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Apr 2003 17:26:47 -0000 Received: (qmail 97755 invoked by uid 500); 25 Apr 2003 17:24:31 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 97743 invoked from network); 25 Apr 2003 17:24:31 -0000 Received: from f94.law14.hotmail.com (HELO hotmail.com) (64.4.21.94) by daedalus.apache.org with SMTP; 25 Apr 2003 17:24:31 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 25 Apr 2003 10:24:35 -0700 Received: from 209.127.165.193 by lw14fd.law14.hotmail.msn.com with HTTP; Fri, 25 Apr 2003 17:24:35 GMT X-Originating-IP: [209.127.165.193] X-Originating-Email: [bnkuhn@hotmail.com] From: "Brian Kuhn" To: tomcat-user@jakarta.apache.org Bcc: Subject: losing form inputs when session expires... Date: Fri, 25 Apr 2003 17:24:35 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Apr 2003 17:24:35.0333 (UTC) FILETIME=[8AAB9B50:01C30B4F] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I'm using tomcat 4.1.18 (standalone) on W2K. I currently have a web form that is submitted to a servlet on my server. The form and the servlet are protected using form-based login and j_security_check. One of the requirements of the application is that sessions must expire quickly. The problem is that users may take a long time to fill out the form and when they submit it, their session has expired, they are required to log back in. When they log back in, they are sent to the submission servlet, but all the values stored in the (invalidated) session are not passed along. Is there a way to get around this? In Mozilla/Netscape, I have been able to just force a refresh right before the submission. The users are asked to log in, they are taken back to the form (values still there) and the form is submitted right away. I can't seem to find a way to do the same thing in IE. Can anyone suggest an alternative? Thanks in advance, Brian Kuhn ==================== Brian Kuhn bnkuhn@hotmail.com ==================== _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org