.NET getting CF session variables

2007-01-24 Thread Richard Colman
I create session variables on user login within CF. Is there some
reasonable way to a .NET application to pick up and use those session
variables?

Rick Colman

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267531
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: .NET getting CF session variables

2007-01-24 Thread James Holmes
Well, Bluedragon.NET would no doubt do it, but in CF you'd probably
have to use some sort of webservice or other integration.

On 1/25/07, Richard Colman [EMAIL PROTECTED] wrote:
 I create session variables on user login within CF. Is there some
 reasonable way to a .NET application to pick up and use those session
 variables?

 Rick Colman

-- 
CFAJAX docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267563
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: .NET getting CF session variables

2007-01-24 Thread Robertson-Ravo, Neil (RX)
This is ColdFusion I gather so moving to another platform regardless of need
is probably not an option. I would be interested to see if other people have
done this, both in classic ASP and in ASP.NET. Is it even possible...
Strange a google doesn't come with anything meaningful non BD.












This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: James Holmes
To: CF-Talk
Sent: Wed Jan 24 23:59:34 2007
Subject: Re: .NET getting CF session variables

Well, Bluedragon.NET would no doubt do it, but in CF you'd probably
have to use some sort of webservice or other integration.

On 1/25/07, Richard Colman [EMAIL PROTECTED] wrote:
 I create session variables on user login within CF. Is there some
 reasonable way to a .NET application to pick up and use those session
 variables?

 Rick Colman

-- 



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267564
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: .NET getting CF session variables

2007-01-24 Thread Doug Bezona
Sharing session _variables_ is not a big deal - you can read the  
users cookie for the values, pass them in the URL, whatever.
  Sharing the actual _session_ is another thing altogether, and  
something you aren't likely to have much luck with. The session  
contents are fairly black-boxed within the system, for good reason.  
Sharing session info to outside processes leaves open all sorts of  
security concerns.

If you need to have true session sharing between a .NET app and a  
ColdFusion app, it's likely that moving to BlueDragon.NET is the only  
option.



On Jan 24, 2007, at 6:59 PM, Robertson-Ravo, Neil (RX) wrote:

 This is ColdFusion I gather so moving to another platform  
 regardless of need
 is probably not an option. I would be interested to see if other  
 people have
 done this, both in classic ASP and in ASP.NET. Is it even possible...
 Strange a google doesn't come with anything meaningful non BD.












 This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
 Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed  
 Business,
 Registered in England, Number 678540.  It contains information  
 which is
 confidential and may also be privileged.  It is for the exclusive  
 use of the
 intended recipient(s).  If you are not the intended recipient(s)  
 please note
 that any form of distribution, copying or use of this communication  
 or the
 information in it is strictly prohibited and may be unlawful.  If  
 you have
 received this communication in error please return it to the sender  
 or call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed  
 within this
 communication are not necessarily those expressed by Reed  
 Exhibitions.
 Visit our website at http://www.reedexpo.com

 -Original Message-
 From: James Holmes
 To: CF-Talk
 Sent: Wed Jan 24 23:59:34 2007
 Subject: Re: .NET getting CF session variables

 Well, Bluedragon.NET would no doubt do it, but in CF you'd probably
 have to use some sort of webservice or other integration.

 On 1/25/07, Richard Colman [EMAIL PROTECTED] wrote:
 I create session variables on user login within CF. Is there some
 reasonable way to a .NET application to pick up and use those session
 variables?

 Rick Colman

 -- 



 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267565
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4