Thanks for suggestion but I have already done that but I always get html character included in the cookie
e.g my cookie in cold fusion page value is Kamran Shahid
I get Kamran%20Shahid in asp.net page
I have try all server.htmlencode,server.htmldecode,server.uRlencode e.t.c.
I don't want to do like str.replace stuff.
Also how could i transfer values in session collection from coldfusion to asp.net and then asp.net to coldfusion.I am sure it could be done But can't able to search it(as I know it is done in asp to asp.net and vice versaa)
Please help