[PHP] Custom Session Handlers with Oracle?

2001-03-21 Thread Michael Champagne
Has anyone out there implemented custom session handlers using Oracle? If so, is there any code out there that might point me on how to do this. I've found the article on phpbuilder.net that details doing this for with DBM but I can't find anything for doing this with Oracle. Thanks! --

Re: [PHP] Custom Session Handlers with Oracle?

2001-03-21 Thread Hardy Merrill
There's a pretty good tutorial on this here: http://www.zend.com/zend/tut/session.php and Ying Zhang's "Customer Session Handlers in PHP4" can be adapted to MySQL - see http://www.phpbuilder.com/columns/ying2602.php3 And www.php.net's session page is OK for reference at