NYCPHP Meetup

NYPHP.org

[nycphp-talk] Maintaining sessions between PHP and CFs

Nestor Florez nestorflorez at earthlink.net
Mon Mar 7 20:49:10 EST 2005


I've done something similar passing session variables from PHP to PERL
YOu simply read the variable because they are using the HTML protocol

Good Luck :-)

-----Original Message-----
From: Mark Armendariz <nyphp at enobrev.com>
Sent: Mar 7, 2005 5:40 PM
To: 'NYPHP Talk' <talk at lists.nyphp.org>
Subject: [nycphp-talk] Maintaining sessions between PHP and CFs

My client's site is all Cold Fusion right now (been writing / maintaining it
for about 5 years now), but some things are just far more efficient with PHP
and since the traffic is growing exponentially, I'd like to utilize the best
of both worlds.

 

I just converted the database from SQL Server to MySQL since I'm far better
at tweaking with MySql.  I figure I can put the sessions in the database and
carry them over between the two.  Probably CF Client Variables and a custom
session handler in php, I suppose.

 

This job is nearing it's budget limits, so I'd rather use something already
in use rather than take the time to write something.  Have any of you ever
done this or know of any libraries that exist for this?

 

(PHP 4.3.1 and CFMX 6.1 on IIS using MySql 4)

 

Thanks!

 

Mark Armendariz

 







More information about the talk mailing list