Hi
We have an existing user database of userids, passwords and email addresses.
We would like to integrate the forum into our site, so that our current users can navigate straight to the forum, autoregister if their forum ids dont exist yet, and then log in.
And also for existing forum users to be able to log straight in. I'm guessing its these sessions variables?
Session("USER") , Session("PASSWORD") , Session("EMAIL") can these be set to our contact's details?
Can this be done? How do you do this?
Cheers
Mike