MyBB Community Forums

Full Version: Log out Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I am trying to logout to my forum, it won't logging out and also in ACP when I am clicking something I am always required to login on acp again and then when I am saving some change it won't change -.-
assuming that your site is site.com (with or without www)
and your mybb in folder called forum
1- adjust the following settings in inc/settings.php file
$settings['cookiedomain'] = ".site.com";
$settings['cookiepath'] = "/forum/";

2- in the Configuration tab (in your ACP) choose "General Configuration"
then use the following values
Cookie Domain = .site.com (note the dot before site.com)
Cookie Path = /forum/
save the changes and everything is well now..

the second step, just to save your settings in the database to be sure that the problem do not happen again.