Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

The special characters in cookie are getting encoded in Mozilla Firefox 4.0 and 5.0 versions

  • 1 valiny
  • 2 manana an'ity olana ity
  • 251 views
  • Valiny farany nomen'i cor-el

more options

Hello,

I am setting data in cookie as follows String1^String2^String3. But after some point of the time the special character ^ is getting encoded as %5E in Mozilla 4.0 and 5.0 version.

I don't see any problem in Mozilla 3.x version.

Hello, I am setting data in cookie as follows String1^String2^String3. But after some point of the time the special character ^ is getting encoded as %5E in Mozilla 4.0 and 5.0 version. I don't see any problem in Mozilla 3.x version.

All Replies (1)

more options

That is caused by using encodeURIComponent(): encodeURIComponent("String1^String2^String3");