ASP

The following code line Response.Cookies(“test”)= “__cf_mob_redir” will produce a cookie named “test” whith value “%5F%5Fcf%5Fmob%5Fredir” Perhaps is not what we wanted. Even if we could decode the result when reading the cookie that string is very ugly. Could also happen that our responsibility is limited to write the right value and someone else will take […]