From cocoon-dev-return-14054-apmail-xml-cocoon-dev-archive=xml.apache.org@xml.apache.org Thu Jun 07 16:35:56 2001 Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 82021 invoked by uid 500); 7 Jun 2001 16:35:40 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 81783 invoked from network); 7 Jun 2001 16:35:31 -0000 Message-ID: <3B1FAD06.64D199F4@apache.org> Date: Thu, 07 Jun 2001 12:34:14 -0400 From: Berin Loritsch X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "cocoon-dev@xml.apache.org" Subject: Anyone run into Session invalidation issues like this? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I am using Tomcat 3.3b2, and when I invalidate a session, and then try to get a new session object, I get the following exception when I get the first attribute from it: java.lang.IllegalStateExceptiongetAttributeNames: Session already invalidatedjava.lang.IllegalStateException: getAttributeNames: Session already invalidatedjava.lang.IllegalStateException: getAttributeNames: Session already invalidatedjava.lang.IllegalStateException: getAttributeNames: Session already invalidated at org.apache.tomcat.facade.HttpSessionFacade.checkValid(HttpSessionFacade.java:282) at org.apache.tomcat.facade.HttpSessionFacade.getId(HttpSessionFacade.java:116) at org.apache.cocoon.environment.http.HttpSession.getId(HttpSession.java:87) at org.apache.cocoon.environment.http.HttpEnvironment.redirect(HttpEnvironment.java:96) at org.apache.cocoon.sitemap.SitemapRedirector.redirect(SitemapRedirector.java:37) at com.infoplanning.epos.cocoon.LoginAction.act(LoginAction.java:150) at com.infoplanning.epos.www.sitemap_xmap.action_set_login_out(sitemap_xmap.java:744) at com.infoplanning.epos.www.sitemap_xmap.process(sitemap_xmap.java:923) at com.infoplanning.epos.www.sitemap_xmap.process(sitemap_xmap.java:825) at org.apache.cocoon.sitemap.Handler.process(Handler.java:175) at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:94) at org.apache.cocoon.Cocoon.process(Cocoon.java:293) at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471) at javax.servlet.http.HttpServlet.service(HttpServlet.java) at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:500) at org.apache.tomcat.core.Handler.service(Handler.java:223) at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:448) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:788) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:701) at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:143) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:424) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:497) at java.lang.Thread.run(Thread.java:484) This is kind of frustrating. Is Cocoon cacheing the session object? --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org