Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 13664 invoked from network); 4 Mar 2008 19:31:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 19:31:45 -0000 Received: (qmail 25130 invoked by uid 500); 4 Mar 2008 19:31:41 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 25119 invoked by uid 500); 4 Mar 2008 19:31:41 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 25099 invoked by uid 99); 4 Mar 2008 19:31:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 11:31:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Janne.Jalkanen@ecyrd.com designates 193.64.5.122 as permitted sender) Received: from [193.64.5.122] (HELO mail.ecyrd.com) (193.64.5.122) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 19:31:03 +0000 Received: from [192.168.0.13] (cs181005170.pp.htv.fi [82.181.5.170]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTP id 85CD448276 for ; Tue, 4 Mar 2008 21:31:11 +0200 (EET) Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <5204480b0803041103k6fc5adf5td775a3a5a1362c53@mail.gmail.com> References: <3971F37073493E419E8B972CAE7107D4084F7901@EXCHVS01.bcbsmamd.net> <5349C240-CDEF-447C-A65D-860A70E56C2D@ecyrd.com> <5204480b0803041103k6fc5adf5td775a3a5a1362c53@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <693A57B7-863A-4806-B733-06F5B3D91B3F@ecyrd.com> Content-Transfer-Encoding: 7bit From: Janne Jalkanen Subject: Re: Authentication timeout Date: Tue, 4 Mar 2008 21:31:00 +0200 To: jspwiki-user@incubator.apache.org X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org Nope. That would be a serious memory leak. But you can control it from the web.xml; or you can enable the CookieAuthenticationModule in jspwiki.jaas (which gives you a "Remember me" -checkbox when you log in, and remembers you for two weeks.) /Janne On 4 Mar 2008, at 21:03, Petr Tomasek wrote: > I also have this problem, I always need to login twice. BTW is it > possible > to have no timeout at all? > > 2008/2/27, Janne Jalkanen : >> >>> I am working on deploying JSPWiki 2.6.1 on Weblogic 9.2. I have >>> been >>> successful so far, however I have run into a slight snag. It seems >>> once >>> you authenticate into JSPWiki, the session times out and sends you >>> back >>> to the login screen. Does JSPWiki keep session by way of >>> cookies? I >>> have deployed the same JSPWiki on both Tomcat, and Weblogic and >>> Tomcat >>> works fine. If anyone has any suggestions, it would be helpful. >> >> Short answer: yes, JSPWiki keeps session in cookies. >> >> It sounds to me that you have a problem with virtualhosts - that is, >> e.g. you are logging in at "www.mycompany.com", but baseURL is set to >> "mycompany.com" or something like that. >> >> /Janne >>