Passing Cold Fusion Variables to ASP.Net

  • Thread starter Thread starter Frank Bishop
  • Start date Start date
F

Frank Bishop

Is their a way to pass Cold Fusion variables to an ASP.Net application
as long as they are using the same session? We use a mix of CF and .Net
technologies and I would like to keep some session variables alive as
our users move from the CF server to the .Net server. Is this possible?
Help appreciated.

Thanks,
Frank
 
As long as this is all happening on the same site, you can see the same
cookies, so you will have access to CFID and CFTOKEN. I think there's
a CF setting to keep session state in a SQL Server database, but if
not, it's not that much work to keep a Sessions table alive someplace.

Good luck!

Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top