Make WordPress Core

Changeset 458 for trunk/wp-settings.php


Ignore:
Timestamp:
10/20/2003 08:53:13 PM (22 years ago)
Author:
emc3
Message:

Cookies are now unique, based on siteurl, allowing multiple installs under a single domain name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r417 r458  
    6363    $querystring_separator = '&';
    6464    //}
     65    // Used to guarantee unique cookies
     66    $cookiehash = md5($siteurl);
     67
    6568} //end !$_wp_installing
    6669?>
Note: See TracChangeset for help on using the changeset viewer.