MyBB Community Forums

Full Version: Invalid admin session
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all 
So I basically went to a new domain and it was fine then but this I went on the ACP and when ever I click a link in the ACP it say invalid admin session and when I try to log back in to it it will just reputedly say invalid admin session  
Website url = https://worldoftech.thats.im/
Home url = $settings['homeurl'] = "https://worldoftech.thats.im/
bburl = $settings['bburl'] = "https://worldoftech.thats.im";
Cookies= 
$settings['cookiedomain'] = ".worldoftech.thats.im/";

$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";
I now can’t even log out of the website
Did you visit the site before changing your cookie domain setting? You may need to clear your browser's cookies then try logging in again.
(2018-05-06, 06:22 AM)Itech 141 Wrote: [ -> ]bburl = $settings['bburl'] = "https://worldoftech.thats.im";

$settings['cookiedomain'] = ".worldoftech.thats.im/";

I made a comparison with my forum.

Try this modification below.


Quote:bburl = $settings['bburl'] = "https://worldoftech.thats.im/";

$settings['cookiedomain'] = ".worldoftech.thats.im";
^ jfi, cookie domain & bburl should not consist of the trailing slash (slash at the end)

related details : MyBB faq: login problems