MyBB Community Forums

Full Version: Cookie challenge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I have installed a new test forum but I think I made a mistake when filling in the informations regarding the cookie path etc..

When I try to login I'm redirected to the front again without being log in.

I have changed the settings.php in /inc/ to:
$settings['cookiedomain'] = ".xxx";
$settings['cookiepath'] = "/xxx/";

I've also changed the file permissions from 644 to 666.

How will I be able to login again? Undecided

Thanks in advance Smile
I solved the problem. I wrote this instead:

$settings['cookiedomain'] = "xxx";
$settings['cookiepath'] = "/";

Smile