Does everyone know of, has written a custom session handler (object-oriented) which stores session data in a MySQL database?
I'm trying to do my own but it's not working ..
Has anyone done this before?
Alex ...
coopster
12:19 pm on Jun 29, 2004 (gmt 0)
You are going to be using PHP's session_set_save_handler [php.net] function. There is a link on that page to a fairly decent tutorial if you want to continue rolling your own. Otherwise, there are a couple classes that I am aware of: