Authored by hf

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

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