What's your session write function look like? Are you storing session data in the database?
You might need to create a separate instance of Database specific to the 'site' db inside of your session handling functions/class.
You might need to create a separate instance of Database specific to the 'site' db inside of your session handling functions/class.
Comment