MyBB Community Forums

Full Version: Cookies problem - Can't stay logged in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have read this:
http://community.mybb.com/thread-74904.html

and I still can not fix the problem. I can't log in to my account, nor the admin control panel.

It says I'm logging in but then I'm not logged in.

I do not have a domain for the site, yet. But as of right now it is:

http://184.173.246.237/~zax/forum/

var cookieDomain = ".184.173.246.237/~zax/";
	var cookiePath = "/forum/";
	var cookiePrefix = "";

Help, please? :/
(2011-08-31, 11:55 PM)kawohi Wrote: [ -> ]I have read this:
http://community.mybb.com/thread-74904.html

and I still can not fix the problem. I can't log in to my account, nor the admin control panel.

It says I'm logging in but then I'm not logged in.

I do not have a domain for the site, yet. But as of right now it is:

http://184.173.246.237/~zax/forum/

var cookieDomain = ".184.173.246.237/~zax/";
	var cookiePath = "/forum/";
	var cookiePrefix = "";

Help, please? :/

try it as /forum without trailing /try it as /forum without trailing /
No it did not work.

settings['cookiedomain'] = ".184.173.246.237";
$settings['cookiepath'] = "/forum";