Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Synchronize login details in 2 Vanilla forums

I have 2 forums in 1 domain, each one displaying different relevant information which I control with the ExcludeCategories and HideCategory plugins. The 2 forums share the same mysql database in order to keep the users and login details for both the same. I was hoping that It happens when login to the one forum, then go to the other forum you will not need to login again. However this is not happening. I suspect the login scripts of the 2 forums are different which causes this. Any idea how I can overcome this problem? It also happens when you are returning to the first forum you need to login again although I have ticked the "stay login " box. I am trying to stay away from jsconnect as I think this is a overkill for this purpose. Any advice will very much be appreciated. Thanks.

Best Answer

Answers

  • javojavo New
    edited August 2013

    Got it thanks. I changed the cookie in the config.php file of the 2 forums to the same value.

    $ Configuration ['Garden'] ['Cookie'] ['Salt'] = 'qwerty';

    $ Configuration ['Garden'] ['Cookie'] ['Domain'] = ' ';

Sign In or Register to comment.