Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Database session storage?

edited July 2007 in Vanilla 1.0 Help
I recently integrated Vanilla with another php application, which (optionally) uses database stored sessions. I haven't yet worked out how to let Vanilla read / write to sessions stored in the database. I tried just adding an include to a file containing the session_set_save_handler (with custom read / write functions) before session initiation in init_vanilla.php, and although it seemed to allow read access to the session data, it then choked on the write session function. I'm not too familiar with vanilla, and so was wondering if anyone knew how best to store and access session data in a db table using vanilla?
This discussion has been closed.