[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - session_set_save_handler
Page 1 of 1

session_set_save_handler

PostPosted: Wed Jan 17, 2007 4:10 pm
by Calcifer
did anybody use "session_set_save_handler" function?

i set it function and below line to insert database:

session_set_save_handler("_openSession", "_closeSession", "_readSession", "_writeSession", "_destroySession", "_gcSession");

But when i set $_SESSION["TEST"] = "xxx" , did not any row in my db because
"_writeSession" function did not run

what i have to do?

PostPosted: Wed Jan 17, 2007 4:28 pm
by Batalf
I haven't worked with PHP lately, so I can't help you with this one, but in case no one else answers you, please try to post your question at Experts Round Table as well. There's a lot of PHP experts there :)

url: http://www.expertsrt.net/main/

PostPosted: Fri Jan 19, 2007 10:34 am
by Calcifer