RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Michael Kear
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, 17 July 2002 4:54 AM To: CF-Talk Subject: Re: Using session vars created by .asp shop .. possible? Hi Mike, There's no way for ASP and CF to see or use each-other's persisten variables ( request, application, etc. ) natively... In order to make the transition

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Matt Liotta
: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 6:48 PM To: CF-Talk Subject: RE: Using session vars created by .asp shop .. possible? Isaac's answer kind of helps, but kind of doesn't.The problem I'm trying to get around is the very users he's referring to ... the ones

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Michael Kear
Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Thursday, 18 July 2002 12:06 PM To: CF-Talk Subject: RE: Using session vars created by .asp shop .. possible? The way to share session information across disparate application servers is not to use any of the application servers' built

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Mark A. Kruger - CFG
To: CF-Talk Subject: RE: Using session vars created by .asp shop .. possible? Ok, I have access to the database - the coldfusion is on the same system and domain as the .asp shop and the rest of the site. So I can look up the database and see if the user has access or has membership or has paid

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread S . Isaac Dealey
Has anyone actually done it - pick up session vars created by an .asp application?I get the impression that the answers I'm reading are not based on experience but on theory. You're probably mostly right... I know that I haven't had to do this in the past and I don't expect to any time

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Michael Kear
vars created by .asp shop .. possible? Has anyone actually done it - pick up session vars created by an .asp application?I get the impression that the answers I'm reading are not based on experience but on theory. You're probably mostly right... I know that I haven't had to do

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Matt Liotta
PM To: CF-Talk Subject: RE: Using session vars created by .asp shop .. possible? Has anyone actually done it - pick up session vars created by an .asp application?I get the impression that the answers I'm reading are not based on experience but on theory. You're probably mostly

RE: Using session vars created by .asp shop .. possible?

2002-07-16 Thread Joe Eugene
From the same domain you can... you can read an asp session cookie which in turn.. you can use in your application to validate or what not. i belive this is true Joe Certified Advanced ColdFusion Developer [EMAIL PROTECTED] -Original Message- From: Michael Kear [mailto:[EMAIL

Re: Using session vars created by .asp shop .. possible?

2002-07-16 Thread S . Isaac Dealey
Hi Mike, There's no way for ASP and CF to see or use each-other's persisten variables ( request, application, etc. ) natively... In order to make the transition, you'll have to add something to the login script for the ASP shop that will as an example, post login info to a CF page in a hidden