Unicode Cookie Value

后端 未结 3 736
逝去的感伤
逝去的感伤 2021-01-24 02:09

I am about to start to make a cookie with Unicode value (Japanese characters) is there any problem with Unicode Cookie value? in IE 7 IE 8 Firefox, Safari, Chrome?

Thank

3条回答
  •  猫巷女王i
    2021-01-24 02:14

    I found out that Russian characters are not working as cookie values in iPhone browsers (Chrome, Safari), so I had to convert to base64. Although the same code worked well in desktop browsers without a need to convert to anything.

提交回复
热议问题