Quote:
Originally Posted by Jaxel
Has anyone found a solution to this "Cookies Cleared" problem?
|
I was wondering this as well :/
EDIT:
Found the solution on the nuhit website:
Quote:
Think I got it, edit the file "/vbWiki/vbWiki_Auth.php"
Put // infront of the following lines
$user->logout();
global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;
So it should be
//$user->logout();
//global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;
Let me know if this works for you. I also made one other change but I don't think it's related. If this does not work then I'll post the other change I made.
I have cleared my cookies, restarted my browsers (both IE and Firefox) and it's working for me everytime now.
|