[pLog-svn] r5589 - plog/branches/lifetype-1.2/class/net/http/session

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jun 27 22:44:57 EDT 2007


Author: jondaley
Date: 2007-06-27 22:44:57 -0400 (Wed, 27 Jun 2007)
New Revision: 5589

Modified:
   plog/branches/lifetype-1.2/class/net/http/session/sessionmanager.class.php
Log:
Oscar - I don't understand your comments in revision 4691.  How can I test if reverting this part of your change breaks what you were trying to fix?  Also see: http://bugs.lifetype.net/view.php?id=1284

Modified: plog/branches/lifetype-1.2/class/net/http/session/sessionmanager.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/net/http/session/sessionmanager.class.php	2007-06-28 02:39:13 UTC (rev 5588)
+++ plog/branches/lifetype-1.2/class/net/http/session/sessionmanager.class.php	2007-06-28 02:44:57 UTC (rev 5589)
@@ -96,12 +96,7 @@
 		 */
 		function setSessionCookieDomain()
 		{
-			// get the current base url and fetch it dynamically according to the values
-			// returned by Apache/PHP if not set yet in the config settings
-			$config =& Config::getConfig();
-			$scriptUrl = $config->getValue( "base_url" );
-			if( $scriptUrl == "" )
-				$scriptUrl = HttpVars::getBaseUrl();
+            $scriptUrl = HttpVars::getBaseUrl();
 							
 			$url = new Url( $scriptUrl );
 			$domain = preg_replace("/^www\./", ".", $url->getHost());



More information about the pLog-svn mailing list