MyBB Community Forums

Full Version: Login/Logout problems? PLEASE READ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2014-06-10, 06:00 PM)JordanMussi Wrote: [ -> ]Try using a path without a space (you'll have to change the directory name as well).

That did it. Thanks
I have login problems in my forum. I installed Bank System and after that I tried to visit admin page then It ask for username and password again and again. I enter right username and password but it keep asking for username and password. Please help me. I installed MyBB at www.cricketarea.tk
Post your cookie settings please.
var cookieDomain = ".http://cricketarea.tk"; var cookiePath = "/"; var cookiePrefix = "";

You must change your cookie domain to .cricketarea.tk
See the first post in this thread for details on how to accomplish this.
Take a look at this tut I wrote up, for cookie problems.
http://community.mybb.com/thread-154924.html
Pleas help i can't login...
.
my domain is it.9twap.com
i edit my coockies
$settings['cookiedomain'] = " it.9twap.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";
You've got it set to .it.9twap.com, try just it.9twap.com (remove the . from the start).

Edit in ./inc/settings.php, then change again in the Admin CP.
The problem is I can log into my forum but not out, my inc/settings.php are
['cookiedomain'] = ".gengame.tk";
['cookiepath'] = "/";

can someone help?
I am having issues regarding this...

My forum URL is: http://www.tokyoghoul.decadence-rpg.net/index.php

I am able to log in and log out my forum just fine, but I cannot access the Admin CP. I am able to initially login to the Admin CP but the second I attempt to go anywhere inside the Admin CP I get the notice "Invalid Administrative Session".

I have followed the instructions in the first post, but is has not worked.

- - - - - - - - - - - -

EDIT: I went ahead and cleared the cookies in my browser, and now I'm unable to log in to my forum. I go to log in and it accepts my informational and seemingly successfully logs me in, but then prompts me to relogin.
A followup:
I have found that all a user needs to do is delete the forum cookies, and all else returns to normal.

Not sure what causes this, but this solution been working for us over the last year.