Quote:
Originally Posted by ForumDog
Try downloading the zip again? I just compared the new readme to the old readme, the code is different.
|
Weird - is your step 3 different ??
Step 3.
In class_core.php ;
Find ;
// 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 ;
// 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