MyBB Community Forums

Full Version: Login Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I just set-up my board but I am having issues with people being able to login.
The board is https://www.dayzhub.com so the cookie domain is .dayzhub.com and the path is "/" but the problem persists.
open ~/inc/settings.php file with an advanced editor like notepad++
change value of $settings['cookiesecureflag'] from 0 to 1 and save it

clear your browser cookies by clicking link on this page.
close your browser, reopen it;

then login to your forum admin panel.

at Site Details page of Configuration section :
select yes for secure cookie flag & save settings

that should fix the login issue
(2018-03-19, 02:06 AM).m. Wrote: [ -> ]open ~/inc/settings.php file with an advanced editor like notepad++
change value of $settings['cookiesecureflag'] from 0 to 1 and save it

clear your browser cookies by clicking link on this page.
close your browser, reopen it;

then login to your forum admin panel.

at Site Details page of Configuration section :
select yes for secure cookie flag & save settings

that should fix the login issue
Just tried all of that and am having the same issue.
can you remove www from url & try login - does it work ?
(2018-03-19, 02:17 AM).m. Wrote: [ -> ]can you remove www from url & try login - does it work ?

Looks like that worked! Is there anyway for people to be logged in more than one browser at a time?
^ if you are referring to front end of forum [NOT admin panel] then
it is possible to simultaneously stay logged in from different browsers.

if login process works fine without www in the url then
have you changed the url in settings.php file & at admin panel ?
(2018-03-19, 02:31 AM).m. Wrote: [ -> ]^ if you are referring to front end of forum [NOT admin panel] then
it is possible to simultaneously stay logged in from different browsers.  

if login process works fine without www in the url then
have you changed the url in settings.php file & at admin panel ?

Fixed! Thanks!