The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Clearing cookies in logout
Our single sign on facility uses the organization membership system to log users into all the systems including vBulletin.
After a recent upgrade, we are having problems with the cookies that are used to transmit the user information between the systems with vBulletin. Specifically, I need to clear several cookies that were set initially by the membership system. If they do not get cleared, there are problems trying to use that tool to log back in to vBulletin. I tried using a plugin at the hook logout_process but this code appears to do nothing. Code:
setcookie("bb_sessionhash", "", time() - 3600); setcookie("iMISID", "", time() - 3600); setcookie("iMISLogin", "", time() - 3600); setcookie("iMISEmail", "", time() - 3600); setcookie("iMISMember", "", time() - 3600); return false |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|