Re: [PHP] Sharing session data with Perl

2001-07-09 Thread Rasmus Lerdorf
Is there a published spec of the format of the session data string? It would greatly simplify one of my applications if I could share data between PHP and Perl using sessions. Since I use MySQL to store session information, it would be trivial for me to make a call to a Perl script with a

RE: [PHP] Sharing session data with Perl

2001-07-09 Thread Alok K. Dhir
that WDDX will likely institute if I make it my default session serializer. Thanks for the quick response. Al -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 9:47 PM To: Alok K. Dhir Cc: 'PHP General (E-mail)' Subject: Re: [PHP] Sharing

RE: [PHP] Sharing session data with Perl

2001-07-09 Thread Rasmus Lerdorf
2. I don't like to mess with working applications (other session-enabled PHP apps on the server). Well, you can set it on a per-directory basis in your httpd.conf file. 4. WDDX as a session serializer is likely significantly less tested than the native serializer, and this is not the type

RE: [PHP] Sharing session data with Perl

2001-07-09 Thread Mukul Sabharwal
Hi, It's not really very trivial. But since I don't PHP sessions that much I might be incorrect, however if you're not wanting to use WDDX, you'll probably have to dawn some light on the raw sessions. Shifting control across processes is fairly simple, in the UNIX environment, and executing