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
> 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: http://www.php
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 shar
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 shar
4 matches
Mail list logo