Hi,
I made a custom login script which logs into vbulletin and my review script. While logging into vb, it sets some session variables that the review script uses.
When logging out of vb, I need to delete my custom sessions.
Here's an example of one of my custom sessions:
PHP Code:
$_SESSION['signedin'] = "y";
What is the best approach to destroy my custom sessions?
Thanks,
Tim