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.
Your settings are all fine. It may just be a case of refreshing your cache.

Judging by the name of your domain you are setting up a forum to do with hacking. Please note that all forums with hacking content are not eligible for support.
http://docs.mybb.com/Help-Support_eligibility.html
Quote:Appropriateness of content
For ethical and legal reasons the MyBB group also chooses not to provide support to websites containing any of the following:
  • Hacking
  • Pornography
  • Illegal file distribution or piracy
  • Any other forms of illegal activity
  • Racist or hateful content
sorry i got my problem fixed i just had to clear my cookies thanks anyway
although i have no porblem logging and out... few member have reported that the remember me option does not work...

1. that is everyday they have to login to forum although they keep the remember me checked.... and once logged in he cant log out...

2. also another member says that after some time (10/15 mins) of inactivity he has to login again

i have the perfect settings as given in this thread and even regenerated the settings.php still no luck..... in case you need the forum url, its in my siggy Big Grin
I can't even make the changes on the forum because it won't keep me logged in long enough. I make a change, hit save, have to log in again, and I'm taken back to where I was, with no changes saved. This is very frustrating!
Can't get it to work. I cannot log out.
URL: http://napscraft.dk/

I've set CHMOD it to 666, cleared my cookies and tried to get my friend to log out.

Heres what it says in source code:
var cookieDomain = ".napscraft.dk";
var cookiePath = "/";
var cookiePrefix = "";
okay guys i got a problem with this...

so my forums are


*EXAMPLE*
www.sub.domain.com/forums

for my cookie path it should be

.sub.domain.com

and for the other thing

/forums/


BUT i still cant login or logout! please help me! and the worst is this happens right after I test my verifying mail

when there is 1 account it works fine but once there is more..... NOPE

PLEASE HELP! AngelAngel


*edit*

This problem tends to occur once i enter the automated SMTP mail..

can this somehow be fixed?
You could try .domain.com
(2013-03-16, 01:30 PM)JordanMussi Wrote: [ -> ]You could try .domain.com


that is the weird part It worked 4 seconds ago with no problem once i added email- It blocked and cant be unblocked

again i do have /forums/
Yes. These should be your cookie settings:
$settings['cookiedomain'] = ".domain.com";
$settings['cookiepath'] = "/forums/";
$settings['cookieprefix'] = "";


If the problem only occurs when using SMTP, then don't use it.
(2013-03-16, 01:41 PM)JordanMussi Wrote: [ -> ]Yes. These should be your cookie settings:
$settings['cookiedomain'] = ".domain.com";
$settings['cookiepath'] = "/forums/";
$settings['cookieprefix'] = "";


If the problem only occurs when using SMTP, then don't use it.

I did it like that now i will test and report back Smile

(2013-03-16, 01:41 PM)JordanMussi Wrote: [ -> ]Yes. These should be your cookie settings:
$settings['cookiedomain'] = ".domain.com";
$settings['cookiepath'] = "/forums/";
$settings['cookieprefix'] = "";


If the problem only occurs when using SMTP, then don't use it.

thank you i fixed it..

I found my mistake.

I was using

.domain.com/forum

instead of .domain.com

Feel really stupid now thx anyways Smile