![]() |
Need help finding logout hash
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 |
Best solution might be to clear all cookies on logout. Can probably be done with a plugin during logout.
|
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 |
In vBulletin 3.7+, the logout hash has changed to:
PHP Code:
|
All times are GMT. The time now is 07:38 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|