changeset 968:7a93e4114e6d

Restarting the application creates a new session id for the user. gnv/trunk@1132 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 27 May 2010 09:06:06 +0000
parents c7f8a9b4b006
children 3e6e07142a48
files gnv/ChangeLog gnv/src/main/webapp/WEB-INF/jsp/header.jsp
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gnv/ChangeLog	Wed May 26 17:03:29 2010 +0000
+++ b/gnv/ChangeLog	Thu May 27 09:06:06 2010 +0000
@@ -1,3 +1,8 @@
+2010-05-27  Ingo Weinzierl <ingo.weinzierl@intevation.de>
+
+	* src/main/webapp/WEB-INF/jsp/header.jsp: Don't use the old session id when
+	  restarting the application - start the application without old id.
+
 2010-05-26  Ingo Weinzierl <ingo.weinzierl@intevation.de>
 
 	  Issue289
--- a/gnv/src/main/webapp/WEB-INF/jsp/header.jsp	Wed May 26 17:03:29 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/header.jsp	Thu May 27 09:06:06 2010 +0000
@@ -15,7 +15,7 @@
     <tr>
         <td align="left"></td>
         <td align="right">
-            <html:link styleClass="headerLineLinks" page="/start.do"><bean:message key="gnviewer.header.restart"/></html:link>
+            <html:link styleClass="headerLineLinks" href="./start.do"><bean:message key="gnviewer.header.restart"/></html:link>
             <font size="1.5em" color="white">&middot;</font>
             <a class="headerLineLinks" href="<%=response.encodeURL("language.do?uid="+System.currentTimeMillis())%>"><bean:message key="gnviewer.header.language"/></a>
             <font size="1.5em" color="white">&middot;</font>

http://dive4elements.wald.intevation.org