Db wrote: > Hi all > > I'm writing a C++ CGI lib and I want to support php(5) sessions. Is there > some > API I should use or can I just create/delete/read/write the sess_ files > in /tmp?
You are probably best off searching the PHP source for
session_set_save_handler. It will be something like
PHP_FUNCTION('session_set_save_handler', ... )
--
Teach a man to fish...
NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins
signature.asc
Description: OpenPGP digital signature

