The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have my vBulletin integrated with my sites login. Well everytime I log out vBulletin clears my cookies for the forums but not for the rest of my site. So when someone logs back in it messes up that login session because they already have a cookie for it.
So basically I am trying to find how to access the logout hash...or if you have any ideas on how to solve this problem? Thanks |
#2
|
|||
|
|||
![]()
Best solution might be to clear all cookies on logout. Can probably be done with a plugin during logout.
|
#3
|
|||
|
|||
![]()
Does anyone know how vBulletin gets its logouthash. I have script that I integrated with it and the only thing left is allowing the user to logout through the site script and not have to go to the forums. However, it does not work, because I am not getting the right logouthash.
--------------- Added [DATE]1218227207[/DATE] at [TIME]1218227207[/TIME] --------------- // set the logout hash $user['logouthash'] = md5($user['userid'] . $user['salt'] . COOKIE_SALT); This should work but it doesnt |
#4
|
||||
|
||||
![]()
In vBulletin 3.7+, the logout hash has changed to:
PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|