Cookies in Framework 2.0

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.
 
G

Guest

I have solved the problem. I needed to add:

responseHeaderEncoding = "ISO-8859-1"

to the globalization section of Web.config


/Niclas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top