Authored by hf

code review by fei.hong : fixes bugs to go boys

@@ -17,6 +17,9 @@ class IndexController extends WebAction @@ -17,6 +17,9 @@ class IndexController extends WebAction
17 if (isset($_COOKIE['_Channel'])) { 17 if (isset($_COOKIE['_Channel'])) {
18 unset($_COOKIE['_Channel']); 18 unset($_COOKIE['_Channel']);
19 } 19 }
  20 + if (isset($_COOKIE['_Gender'])) {
  21 + unset($_COOKIE['_Gender']);
  22 + }
20 23
21 $this->go('http://www.yohobuy.com'); 24 $this->go('http://www.yohobuy.com');
22 25