Quote:
Originally Posted by d1635d
TO~3.0.1
open:includes/functions.php
Find this code
========================
$name = COOKIE_PREFIX . $name;
========================
The replace is
=====================
if ($name != 'sessionhash')
{
$name = COOKIE_PREFIX . $name;
}
=====================
OK
|
vb 3.0.0 gold is set in this mode, but the problem was here:
[QUOTE]
It seems that people are logged in then when they click something and the page reloads it logs them out.