Answer the question
In order to leave comments, you need to log in
Firefox can't read UTF-8?
Passing cookies in UTF-8 encoding:
Cookie timeClientClickStartCookie = new Cookie("timeClientClickStart", URLEncoder.encode(timeClientClickStart, "UTF-8"));
String timeClientClickStart = URLDecoder.decode(cookie.getValue(), "UTF-8");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question