You could always transfer the data between the two systems via wddx.
When PHP wants the session data, it could make an HTTP request to a
.cfm server for a serialized version of the session.  If CF wants to
see the session data used by PHP, it could also make an HTTP request
to a .php file for a serialized version of the session.

On Tue, 27 Jul 2004 11:41:44 +0100, Greg Stewart <[EMAIL PROTECTED]> wrote:
> Don't believe this is directly possible. You might be able to do
> something using cookies and/or client vars though.
>
> Cheers
> G
>
> On Mon, 26 Jul 2004 16:42:41 +0100, Dave Wilson <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I've a section of development ongoing with PHP developers and it has come to
> > the stage where we'd like to share session variables between php and cfml
> > code in order to fully integrate our applications. Has anyone had much luck
> > in accessing CF's session scope directly from php?
> >
> > We're running CFMX 6 Pro on Debian Linux with Apache 2.0.49
> >
> > __________________________________
> > Dave Wilson, CTO
> > Integrated Autos Solutions Ltd. (Karsystems)
> > 155 Northumberland Street,
> > Belfast, BT13 2JF
> >
> > t: +44 (0) 28 9024 3123
> > f: +44 (0) 28 9024 3124
> > e: [EMAIL PROTECTED]
> >
> >
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to