I can get session info to be written to the database now in the goLogin function. After the call to processNewLogin(), I had to insert the code:
Code:
$vbulletin->session->save()
I'm still having problems with cookies though. In my browser, when I print out $_SERVER I see the expected cookies; however, when I inspect cookies using my browser, they are not there. Still working on it.