Get coldfusions sessions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Get coldfusions sessions

Post 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?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post 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?
Post Reply