Sounds like a perfect situation to apply WDDX.  Check out wddx.org for some examples 
of serializing wddx in ASP templates.  Stick all of ASP's session variables in a 
packet, send to
cf page, deserialize, and convert those variables as cf session variables.  Of course, 
this conversion is necessary, no matter what method you use, because ASP's session and 
CF's
session are two different creatures as far as each AS is concerned.

--
Billy Cravens
[EMAIL PROTECTED]



Debbie McDaniel wrote:

> Hi,
>
> I'm in a situation where our intranet has been built using ASPs and now part
> of the system will be built in CF. I want to have an ASP login screen and
> when the user logs into the CF Application, pass the username and password
> session variables from ASP to CF.
>
> Is this possible?
>
> TIA,
> Debbie
>
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.





------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to