My problem is this. I’m setting a cookie using java script, which contains value
"MXGWJfgr4HDINl/BdAfBUf12710aFNcaIQKgGJ7VShxvprVo1XK+Hntg"
Now, when i receive and read this cookie on a PHP page, im getting the content as
"MXGWJfgr4HDINl/BdAfBUf12710aFNcaIQKgGJ7VShxvprVo1XK Hntg"
The ‘+’ sign is change to a space character. Why is it so?
According to document.cookie reference:
So this is what you need to do: