Showing
1 changed file
with
1 additions
and
1 deletions
@@ -68,7 +68,7 @@ class AbstractAction extends Controller_Abstract | @@ -68,7 +68,7 @@ class AbstractAction extends Controller_Abstract | ||
68 | case 'develop': // 开发 | 68 | case 'develop': // 开发 |
69 | default: | 69 | default: |
70 | $this->_view->assign('devEnv', true); | 70 | $this->_view->assign('devEnv', true); |
71 | - $this->_useSession = true; | 71 | + $this->_useSession = false; |
72 | break; | 72 | break; |
73 | } | 73 | } |
74 | } | 74 | } |
-
Please register or login to post a comment