[Mapbender-commits] r4244 - trunk/mapbender/http/frames

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jun 26 07:18:16 EDT 2009


Author: uli
Date: 2009-06-26 07:18:16 -0400 (Fri, 26 Jun 2009)
New Revision: 4244

Modified:
   trunk/mapbender/http/frames/login.php
Log:
close session after generating the current session id


Modified: trunk/mapbender/http/frames/login.php
===================================================================
--- trunk/mapbender/http/frames/login.php	2009-06-26 11:10:34 UTC (rev 4243)
+++ trunk/mapbender/http/frames/login.php	2009-06-26 11:18:16 UTC (rev 4244)
@@ -58,6 +58,7 @@
 }
 function setSession(){
 	session_start();
+	session_write_close();
 }
 function killSession(){
 	Mapbender::session()->kill();



More information about the Mapbender_commits mailing list