user-defined session handlers. I'll start with how I have set up the
handlers, please correct the process if it is wrong:
-- BOF --
function sess_open($save_path, $session_name) {
// open a database connection
}
function sess_close() {
// close the database connection
}
function ses
Hello,
I'm having problems with sessions. Since I use MySQL to store sessions, I
always have to call session_write_close() at the end of every page,
otherwise session variables don't get saved.
If I use PHP's built-in 'files' method to store session vars, then
everything works fine, I don't need
2 matches
Mail list logo