Login integration
I have a login script already for my membership site. I match the $username and $password input variables against the vB database, and it works fine. The problem is that users have to log in twice if they want to log in to the forum - first the membership site, then the forum.
This doubled login is really disturbing, what I want is to log the user into the vb forum automatically when they login to the site.
I guess I have to set a cookie from my login script containing the same information as vB sets, and I have searched this forum, but so far have not been able to find a decent solution.
|