Hello,
       I have a working C program that runs like a cgi
by sending back a web page. I would like include in it
some authentication code by checking

$au = $_SESSION['AuthenticatedUser']

previously set up by a php script.I don't like to recode
all in php because I expect a nasty performace slowdown. 

Can I call session_start() and so on from my C program?
Any example code?

Many thanks for replies, bye

                            user(at)lngs(dot)infn(dot)it
========================================================
                                 

   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to