Removing "www." in some links as well as the link to the deprecated feedback page.
[squirrelmail.git] / include / init.php
index bfc36d8ae3e5d90c1114f2ddb5243bcb6664f5bc..a6eb383b5db0500b9c6200c100b568b0404baa88 100644 (file)
@@ -203,6 +203,7 @@ if (!isset($session_name) || !$session_name) {
  * if session.auto_start is On then close the session
  */
 $sSessionAutostartName = session_name();
+$sCookiePath = null;
 if ((isset($sSessionAutostartName) || $sSessionAutostartName == '') &&
      $sSessionAutostartName !== $session_name) {
     $sCookiePath = ini_get('session.cookie_path');