Page 1 of 1

Get coldfusions sessions

Posted: Thu Dec 28, 2006 3:37 pm
by shiznatix
Is there a way I can use PHP get a coldfusion session? This whole site thing is done in coldfusion but I made a section that is all in PHP. I need to get access to the users coldfusion session though. Is this possible?

Posted: Thu Dec 28, 2006 4:12 pm
by John Cartwright
Not aware of the inner workings of coldfusion sessions, but why not write the data to a database and rebuild it with a php session?