Re: Reading cookie from ASP.Net to CF

2007-05-14 Thread Venkatesh Raman
Hi, I am able to see the cookie. The problem is the cookie which being set in ASP.net is encrypted using the machine key. When I try to read that cookie in CF, it shows the encrypted value. I need to decrypt the cookie value.

Re: Reading cookie from ASP.Net to CF

2007-05-14 Thread Venkatesh Raman
Sorry, It was my mistake. I was trying to read the cookie from a different domain. I tried the same decryption key I used in Asp.Net. But still could not read the encrypted cookie. Has anybody done this before? ~| ColdFusion

Reading cookie from ASP.Net to CF

2007-05-11 Thread Venkatesh Raman
Hi, I am new to this forum. I have been researching on this subject but could not find an answer. I need to create a single sign on application in Asp.net. On this application I create a cookie which is encrypted. Now I need to read the cookie which I created in ASP.Net application from

Re: Reading cookie from ASP.Net to CF

2007-05-11 Thread Venkatesh Raman
Yep cfcookie, not sure of the attributes but the docs will give you more from eclispe or dw or whatever your using. but you should be able to reference it by its name (cookie name) On 5/12/07, Venkatesh Raman [EMAIL PROTECTED] wrote: Thanks for you reply. But the cookie in ASP.net is encrypted

Re: Reading cookie from ASP.Net to CF

2007-05-11 Thread Venkatesh Raman
Thanks for your reply. I tried the CFDUMP. All I see is CFsession and CFID. I did not see any cookie. The cookie I created in ASP.net is encrypted. Can we still read the encrypted cookie in CF? ~| Upgrade to Adobe ColdFusion

Re: Reading cookie from ASP.Net to CF

2007-05-11 Thread Venkatesh Raman
In my ASP.net application my web.config has the following lines machineKey validationKey= decryptionKey= validation=SHA1/ I am able to successfully create the cookie in ASP.Net. I tried the decrypt function but there is no algorith form SHA1?

Re: Reading cookie from ASP.Net to CF

2007-05-11 Thread Venkatesh Raman
I am using Cold Fusion MX 7. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: