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.
Thanks for creating this help thread. I am going around in circles here. Tried on Chrome, Firefox, and even on my Android phone and have the same problem each time. Basically followed it step by step even checking the cookie settings via the tool and can see the correct settings reflected in the view source.

Hoping someone may be able to help.

htttp://www.areyoufitenough.com/forum/
I signed up and I can login fine, not sure what to suggest if it doesn't work for you across three devices. After you login does it redirect to show you as logged in and then you're logged out on the next page load, or does it not show you as logged in at all?
Guess its in the to hard basket then! Oh well suppose you cant complain with free stuff but delete and try another one.
i have problem with this action .
when i close my browser all cookies are clear , and i most login again .

my setting section is correct. according to this sample :

$settings['cookiedomain'] = ".example.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

how can i solve this problem ?
tnx guys.
(2013-10-09, 05:52 PM)kiwiasylum Wrote: [ -> ]Guess its in the to hard basket then! Oh well suppose you cant complain with free stuff but delete and try another one.

Well you've got this set up with some sort of WordPress integration, there's a good chance that's getting in the way of something. Are you logging in via MyBB itself, or via WordPress?

(2013-10-10, 05:04 AM)hrzrahimi Wrote: [ -> ]i have problem with this action .
when i close my browser all cookies are clear , and i most login again .

my setting section is correct. according to this sample :

$settings['cookiedomain'] = ".example.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

how can i solve this problem ?
tnx guys.

We'll need your actual URL.
You could try:
$settings['cookiedomain'] = ".www.mscenter.ir";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = ""; 
or:
$settings['cookiedomain'] = "www.mscenter.ir";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = ""; 
Then neither will work without www. in the URL.

Do you also have a test account we can use?
(2013-10-10, 03:54 PM)JordanMussi Wrote: [ -> ]You could try:
$settings['cookiedomain'] = ".www.mscenter.ir";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = ""; 
or:
$settings['cookiedomain'] = "www.mscenter.ir";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = ""; 

it does n't work !!
when user is logged in cant log out ! and if logged out cant login !!
i think it related to htdocs that my site work without www

(2013-10-10, 04:34 PM)Matt. Wrote: [ -> ]Then neither will work without www. in the URL.

Do you also have a test account we can use?

username : test123
password : 123456


my settings are :

$settings['cookiedomain'] = ".mscenter.ir";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";
I can login and logout no problems. Does it work in any other browsers?