Quote:
Originally Posted by Total666
doing the code changes to the class_core.php file .. ( step 3 )
MY existing code
define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->ipaddress))); // this should *never* change during a session
The new code from the read me
define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->ipaddress))); // this should *never* change during a session
these look unchanged ?? Wondering .. Total
|
That's not what is in the current zip, that's the previous (old) version.