dkellem
11-07-2005, 08:18 PM
My web app uses the vB login system and ties in rather nicely.
I want to completely eliminate PHP $_SESSION variables from my app by extending vB_Session to handle a few more fields. I can modify vB_Session in includes/class_core.php without too much trouble.
Is there a nicer way to do this? I'm trying to keep the vB code clean for upgrading reasons.
I want to completely eliminate PHP $_SESSION variables from my app by extending vB_Session to handle a few more fields. I can modify vB_Session in includes/class_core.php without too much trouble.
Is there a nicer way to do this? I'm trying to keep the vB code clean for upgrading reasons.