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.