code review by fei.hong : fixes bugs to go boys
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -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 |
-
Please register or login to post a comment