XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
session.admin.controller.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
9 {
13  function init()
14  {
15  }
16 
21  {
22  $oSessionController = getController('session');
23  $oSessionController->gc(0);
24 
25  $this->add('result',Context::getLang('session_cleared'));
26  }
27 }
28 /* End of file session.admin.controller.php */
29 /* Location: ./modules/session/session.admin.controller.php */
session module&#39;s high class
getController($module_name)
Definition: func.inc.php:90
The admin controller class of the session module.
add($key, $val)
procSessionAdminClear()
The action to clean up the Derby session.
getLang($code)