Custom authentication
I'm building the site with custom authentication, which includes permanent sessions for anonymous users, multi-domain single login etc.
On database level I keep same vb_user table, so joins go just fine.
This approach requires my own custom code to set up authentication and remember/register user.
Where should I stick it into forum code (3.6) ?
|