Using vb 3.6.5.
We're using vb as a forum for a networking site. When users login to the site we'd also like them to be automatically logged into vb. The site is .net 2.0 / MSSQL and the forum opens up within a frame in one part of the site.
We've tried cookies/inserting a record into the session table but we can't seem to get that to work. So far as we can tell there's no way of passing a query string to the login page to pass across the user data.
Does anyone have any advice on how we can go about this?
Thx