ossi commit
@@ -19,7 +19,10 @@ | ||
19 | 19 | $this->result->setCharset(RaConfig::CHARSET); |
20 | 20 | $this->result->setLayout('main'); |
21 | 21 | if (($this->controller == 'research' || $this->controller == 'admin')) { |
22 | - if (RaUtil::isHttp()) if (!$this->checkSession('login')) throw new RaException('一定時間操作がありませんでしたので処理を中断しました。再ログインして下さい。'); | |
22 | + if (RaUtil::isHttp()) if (!$this->checkSession('login')) { | |
23 | + $result->setNextController('login'); | |
24 | + $result->setNextAction('login'); | |
25 | + } | |
23 | 26 | $this->_systemCheck(); |
24 | 27 | } |
25 | 28 | if ($this->checkParamYyyyMmDd($request->get('yyyy_from'), $request->get('mm_from'), $request->get('dd_from'), |