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.
Login sessions
Hello
Im building website around VanillaForums. And was interested to establish user login from diferent pages too. Do anybody knows how Vanilla uses sessions? or maybe cookies? the forum scripts are fore example in /forum ,but all other site in /root
With pleasure,
Raimonds
Im building website around VanillaForums. And was interested to establish user login from diferent pages too. Do anybody knows how Vanilla uses sessions? or maybe cookies? the forum scripts are fore example in /forum ,but all other site in /root
With pleasure,
Raimonds
0
Comments
public function logout(){
Gdn::End($this->Authenticator);
}
And it shows boink, maybe its more complicated than I thought, and no any actual errors. Thank you for feedback.