--- settings-orig.php	2006-12-30 10:28:33.000000000 -0500
+++ settings.php	2007-01-11 16:47:13.000000000 -0500
@@ -137,6 +137,22 @@ ini_set('session.use_trans_sid',    0);
 ini_set('url_rewriter.tags',        '');
 
 /**
+ * If you are experiencing issues with login problems uncomment
+ * the ini_set statement below (remove the leading hash sign)
+ * and fill in the URL to your Drupal installation (leave off "www"
+ * from the beginning).
+ */
+# ini_set('session.cookie_domain', '.example.com');
+
+/**
+ * If you are experiencing issues with login problems on a multisite
+ * installation uncomment the conf_init(); and ini_set statement below
+ * (remove the leading hash sign).
+ */
+# conf_init();
+# ini_set('session.name', preg_replace("/[^a-z\d]/i", "", $GLOBALS['base_url']));
+
+/**
  * Variable overrides:
  *
  * To override specific entries in the 'variable' table for this site,
