You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/10/24 19:30:59 UTC

svn commit: r467396 - /incubator/roller/trunk/web/index.jsp

Author: snoopdave
Date: Tue Oct 24 10:30:57 2006
New Revision: 467396

URL: http://svn.apache.org/viewvc?view=rev&rev=467396
Log:
ROL-1281: fixes to avoid unnecessary session creation

Modified:
    incubator/roller/trunk/web/index.jsp

Modified: incubator/roller/trunk/web/index.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/index.jsp?view=diff&rev=467396&r1=467395&r2=467396
==============================================================================
--- incubator/roller/trunk/web/index.jsp (original)
+++ incubator/roller/trunk/web/index.jsp Tue Oct 24 10:30:57 2006
@@ -15,7 +15,7 @@
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
 --%><%@ 
-page import="org.apache.roller.config.RollerRuntimeConfig" %><%
+page import="org.apache.roller.config.RollerRuntimeConfig" session="false" %><%
 // lets see if we have a frontpage blog
 String frontpageBlog =
         RollerRuntimeConfig.getProperty("site.frontpage.weblog.handle");