Click to See Complete Forum and Search --> : Cookie gets corrupted and gets appended by another value.


UmeshDeshmukh
February 19th, 2005, 02:50 AM
Hi,

I am working on an ASP.NET application in Japanese language.

After user logs in I write some values in Cookie such as Name, Gender, Email etc.
Offcourse those are written in seperate cookies.

In one User Control I need to display User Name.

When I read User Name cookie and display it in a label, email id of user is appended to the user name. Also the User Name is gets corrupted.

What could be the problem.

Please help.