Question
Sharing session variables with PHP
Is there a way to share sessions between ColdFusion and PHP?
I'm looking for a way to use CF and PHP together on the same
project. I've seen a way to run PHP within a CF page by using
<cf_php> <?php tags but I'm looking for a way to run PHP
natively in a .php file and still be able to access/modify CF
session variables.
