Changeset 17137 for branches/comu-ver2/html/mobile/require.php
- Timestamp:
- 2008/03/12 20:20:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/mobile/require.php
r16930 r17137 80 80 $objSession = new SC_Helper_Session_Ex(); 81 81 82 // セッション初期化・開始 83 require_once CLASS_PATH . 'session/SC_SessionFactory.php'; 84 $sessionFactory = SC_SessionFactory::getInstance(); 85 $sessionFactory->initSession(); 86 82 87 // モバイルサイト用の初期処理を実行する。 83 88 if (!defined('SKIP_MOBILE_INIT')) {
Note: See TracChangeset
for help on using the changeset viewer.