logouthash
I have a login form to login to VB from outside the VB page. I have edited the login function a bit to integrate the login of VB with the login of my website, all is well.
The problem is that if I use the form on my part of my site (not the vb form) to login, then the variable logouthash is not set and so I can not use the logout link on the non-vb parts of the site, if they want to logout they have to go to the vb forums and click that logout link there.
Now if I use the login form on the vb pages, the logouthash is set and everthing is fine. There is no difference in the login forms so I don't see why this is happening. I have also scoured the database and the pages for this variable but I can not see where it is being set and how they come up with that hash. If I knew what they did to make that hash I could just replicate that on my website but I can't find how they do it.
So, does anyone know how they make the logouthash so I can have a logout link on pages that are not part of VB?
|