The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
logging out remotely
Hi,
I am integrating my site login with the VB login. I am trying to figure out how I an kill the VB session externally? Can anyone offer any advice on this? Killing the cookies is easy, but the php session still exists until the user exits. Can I just load /includes/functions_login.php and call process_logout()? --------------- Added [DATE]1370888969[/DATE] at [TIME]1370888969[/TIME] --------------- Looks like I figured this out, so I'm just posting in case anyone else is curious: chdir('forum'); define('VB_AREA', 'Forum'); global $vbulletin; include_once('includes/init.php'); include_once('includes/functions_login.php'); process_logout(); |
Благодарность от: | ||
tareqbd |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|