Thanks for the reply.
I did find a workaround. I created an php file importing config.php and i placed it within the forum folder.
So the form at the publication site posts to this php file, the php file performs the login in the forum and then it redirects to the publication.
With the publication ASP pages I'm able to detect session cookies and check them against the session table in the vBulletin database, so that does the trick for us.
Now I'm trying to figure out how to login automatically those who choose to keep session opened.
|