Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Cannot stay logged in
All of a sudden today when I logged into my vanilla board, I couldn't stay logged in. The password is fine, but everytime I go to the main screen, it keeps saying 'not signed in'. I didn't install anything new recently.
Does this have something to do with sessions or cookies?
0
This discussion has been closed.
Comments
sdcard_8, check your settings.php under your /conf/ directory folder and make sure it matches that of your domain and relative path. Otherwise you just might not be accepting cookies from your own site if you've got your browser set to reject all cookies or ones you allow.
Just to confirm would this be right:
$Configuration['WEB_ROOT'] = '/forums/';
$Configuration['BASE_URL'] = 'http://www.mysite.net/forums/';
I'm thinking it should be
$Configuration['WEB_ROOT'] = '/forums/';
$Configuration['BASE_URL'] = 'http://www.mysite.net';
I would try it myself but I'm hesitant to change this for some reason.
I'm sure the people here will eventually help to solve it for you.
Posted: Friday, 22 June 2007 at 2:12PM
if you do, it is a problem with the php session settings on your server.
If you don't, it is a problem with the cookie.
I tried to register. Can you confirm me?