@@ -381,6 +381,9 @@ function getUserId() {
try{
var mm = parseInt(use);
+ if(mm <= 0){
+ location.href = "sign-in1.html?from=entrance-1&msg=cookie-wrong-format";
+ }
}catch (e) {
location.href = "sign-in1.html?from=entrance-1&msg=cookie-wrong-format";
return;