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.
Remember me still doesnt work on v1?
rockwaldo
New
Very odd. Just installed rc3 as an upgrade.
It doesnt seem to be setting a cookie at all by the looks of it? Any ideas chaps?
here's the test.
Load up browser
Login
Close Browser
Load up new Browser
hasnt remembered, need to login again each time?
I have the domain set at "www.tombstoned.co.uk"
and the cookie location at "\vforum"
I've read somewhere to try without the www, but ".tombstoned.co.uk" makes no difference...:(
It doesnt seem to be setting a cookie at all by the looks of it? Any ideas chaps?
here's the test.
Load up browser
Login
Close Browser
Load up new Browser
hasnt remembered, need to login again each time?
I have the domain set at "www.tombstoned.co.uk"
and the cookie location at "\vforum"
I've read somewhere to try without the www, but ".tombstoned.co.uk" makes no difference...:(
0
This discussion has been closed.
Comments
Ive tried the following in both the cookie location and the cookie domain boxes as well as on their own:
.tombstoned.co.uk/vforum
.tombstoned.co.uk/vforum/
www.tombstoned.co.uk/vforum
/vforum/
.tombstoned.co.uk
www.tombstoned.co.uk
NONE of them work....bugger.
they work on this very forum for example.
Domain: .lussumo.com
Path: /vanilladev/
Once you save the settings, you should sign out and go somewhere else with your browser like google.com.
Then clear your cookies just in case there are some old saved ones that are causing conflicts.
Then close all instances of that browser that are open.
Then open a new browser, go to your forum, sign in with remember me checked.
At that point you should look in firefox to make sure that the cookies were created successfully. It has a nice cookie browser built in that allows you to filter down to domains quite easily. Make sure they saved as you specified.
Then do the "close all browsers and come back" test to see if it stuck.
Didnt stick.
As for the other stuff on the server, yes - i have a test forum here: http://www.stillwater-rock.com/forum/ and that DOES work. Its set up exactly the same way, on exactly the same server.
really odd
You've got two different forums setting the same cookies & session variables.
Open up your conf/settings.php file in your main forum and add this:
$Configuration['COOKIE_USER_KEY'] = 'mainforumcookieone'; $Configuration['COOKIE_VERIFICATION_KEY'] = 'mainforumcookietwo'; $Configuration['SESSION_USER_IDENTIFIER'] = 'MainForumUserID';
That will rename the cookies and session variables so they don't clash with the other forum.
incidentally, looking at the cookies - the stillwater one sets all three cookies, but the main one (tombstoned) doesn't create the non-session cookies it only creates a session cookie
crazy
There is a reason it's not working, and we can figure it out.
Okay, so you changed the names of the cookies and sessions in ONLY ONE of the forums.
When you sign out, clear your cookies, close your browsers, re-open your browsers and sign in with remember me checked, what do you see when you look for cookies in firefox? Do any show up? If so, which ones?
Better yet, I just applied for membership. approve me and let me see what's going on...
Warning: session_destroy(): Session object destruction failed in d:\domains\stillwater-rock.com\wwwroot\forum\library\People\People.Class.Authenticator.php on line 74
looks like it managed to do it mind you.
didnt work though...:)
@#$%ing Windows.
Need to do some research to figure out how to fix it. I hope someone else had this problem and came up with an elegant solution.