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.
Cookie Problem (bug?)
Hey Folks.
I was running vanilla for a few months, yesterday i decided to delete the database an install a completely fresh version. The problem is, that the cookies seem to say
"user id=4 login=true" or something like that, i don't know how that stuff works exactly. So some users of the old install before were now logged in as completely different users.
I hope you can follow me, my english is not the best
0
This discussion has been closed.
Comments
$Configuration['COOKIE_USER_KEY'] = 'forgetoldcookieone'; $Configuration['COOKIE_VERIFICATION_KEY'] = 'forgetoldcookietwo';
by default they should be 'lussumocookieone/two' so I renamed the defaults to make it forget those cookies that are already out there.