Skip to main content
August 19, 2008
Question

Sessions

  • August 19, 2008
  • 1 reply
  • 190 views
If I have Cold Fusion 8 and a .NET web page, can I share the session state between them
This topic has been closed for replies.

1 reply

Inspiring
August 19, 2008
deanccd wrote:
> If I have Cold Fusion 8 and a .NET web page, can I share the session state between them

Yes, but you have to do it. They are not going to do it themselves.

I.E. If you create a session in ColdFusion and expect a .NET
application to be able to access that is not going to work. But it is
possible to create code where the .NET application can request the
session state data from a piece of the ColdFusion code and vice-a-versa.

I'm not sure how the new CF8 .NET capabilities tie into this, but I
doubt it allows .NET applications to be aware of ColdFusion session
state. But it might be a neat way for ColdFusion to pass the session
data to something in .NET.