Quote:
Originally Posted by Zelos
|
I think you might of deleted this line
PHP Code:
define('SESSION_HOST', substr($registry->ipaddress, 0, 15));
under
In class_core.php ;
Find ;
PHP Code:
// define session constants
define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->alt_ip))); // this should *never* change during a session
Replace with ;
PHP Code:
// Paul M - define session constants
define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->ipaddress))); // this should *never* change during a session