I'm currently building a site and I've somewhat successfully integrated the UseBB system into my homebrew user system. While doing this I call the update method from the sessions object inside my own login method. The problem is that it clears MY session data and that renders my user system useless since it too uses sessions to maintain state. I've picked through the session class and I can't find why this is happening. Any suggestions?