The only way you're going to accomplish that, is passing the complete session string, via either the url, or via cookies.
If this'll work two ways, is questionable, since both CF as PHP use their own tables, to keep track of the session.
If this has anything to do with security (ie. is_loggedin stuff) you'd probably want to stay away from that, since CF will work with a different timetable, compared to PHP.
If you get it working, send in an article though - would be interesting to see :-)