Index: branches/feature-module-update/html/admin/require.php
===================================================================
--- branches/feature-module-update/html/admin/require.php	(revision 16772)
+++ branches/feature-module-update/html/admin/require.php	(revision 16994)
@@ -65,8 +65,12 @@
 require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_PageLayout_Ex.php");
 require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_DB_Ex.php");
+require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_Session_Ex.php");
 
 require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail.php");
 require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail/mime.php");
 
+// セッションハンドラ開始
+$objSession = new SC_Helper_Session_Ex();
+
 // インストールチェック
 SC_Utils_Ex::sfInitInstall();
