Cookies in Framework 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have migrated a website from Framework 1.1 to 2.0.

I have a cookie that contains a string value. When the string contains
international characters it is not displayed correct when reading the cookie.
For example "vägvisare" becomes "vägvisare" wich is wrong.

This works in Framework 2.0.
 
I have solved the problem. I needed to add:

responseHeaderEncoding = "ISO-8859-1"

to the globalization section of Web.config


/Niclas
 
Back
Top