hello,please my sign out button doesnt sign me out, it's just keeps the user logged in
Sometimes changing the cookie name to something unique fixes that issue.
Open the /conf/config.php and add this line to the bottom:
/conf/config.php
$Configuration['Garden']['Cookie']['Name'] = 'betaVanilla123';
"betaVanilla123" is just an example. You can change it to something unique for the cookie name if you want.
Save the file and have the users sign in and then try signing out again.
Add Pages to Vanilla with the Basic Pages app
i did, still yet. the problem is that the signout link is no more a hyperlink.
That's actually a different issue. Does it sign you out when you go to http://example.com/index.php?p=/entry/signout? Change example.com to the path to your forum.
http://example.com/index.php?p=/entry/signout
example.com
i did, works. thanks.
Comments
Sometimes changing the cookie name to something unique fixes that issue.
Open the
/conf/config.php
and add this line to the bottom:"betaVanilla123" is just an example. You can change it to something unique for the cookie name if you want.
Save the file and have the users sign in and then try signing out again.
Add Pages to Vanilla with the Basic Pages app
i did, still yet. the problem is that the signout link is no more a hyperlink.
That's actually a different issue. Does it sign you out when you go to
http://example.com/index.php?p=/entry/signout
? Changeexample.com
to the path to your forum.Add Pages to Vanilla with the Basic Pages app
i did, works. thanks.