[PHP] mediator between PHP and Perl (with sessions)

2005-02-15 Thread Eli
Hi... I got a shared lib API written in PHP, that depends on sessions for its operation. I took a prepared system in Perl that I want integrate with the shared lib API in PHP. What I thought about is, to write a mediator class in Perl that will define the same API functions as I got in the

[PHP] mediator between PHP and Perl (with sessions)

2005-02-15 Thread Eli
Hi... I got a shared lib API written in PHP, that depends on sessions for its operation. I took a prepared system in Perl that I want integrate with the shared lib API in PHP. What I thought about is, to write a mediator class in Perl that will define the same API functions as I got in the

Re: [PHP] mediator between PHP and Perl (with sessions)

2005-02-15 Thread Matt M.
Is there a way to use sessions variables in PHP shell script (without reading the session file and parse it in the script)? Do you have a database available? You could put the session info in a database. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] mediator between PHP and Perl (with sessions)

2005-02-15 Thread YaronKh
the following lines : session_id(0f516a62cf2bab6f867dda9320358b6d); session_start(); hope I've helped Yaron Khazai -Original Message- From: Eli [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 10:09 AM To: php-general@lists.php.net Subject: [PHP] mediator between PHP and Perl