Index: sites/default/settings.php =================================================================== RCS file: /cvs/drupal/drupal/sites/default/settings.php,v retrieving revision 1.24 diff -u -p -r1.24 settings.php --- sites/default/settings.php 8 Jan 2006 12:10:12 -0000 1.24 +++ sites/default/settings.php 30 Mar 2006 19:29:23 -0000 @@ -125,6 +125,18 @@ ini_set('session.use_trans_sid', 0); ini_set('url_rewriter.tags', ''); /** + * Multi-site PHP session settings: + * + * The following settings are required to ensure that sessions are + * private and secure in a multi-site Drupal setup. + * + * Reference URL: http://www.php.net/manual/en/ref.session.php + */ +//ini_set('session.name', 'unique_identifier'); +//ini_set('session.cookie_domain', '.example.com'); +//ini_set('session.cookie_path', '/example_path'); + +/** * Variable overrides: * * To override specific entries in the 'variable' table for this site,