Changeset 17645
- Timestamp:
- 2008/10/03 00:37:07 (12 years ago)
- Location:
- branches/comu-ver2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php
r17577 r17645 183 183 // セッションIDの受け渡しにクッキーを使用しない。 184 184 ini_set('session.use_cookies', '0'); 185 ini_set('session.use_trans_sid', '1'); 185 186 186 187 // パラメーターから有効なセッションIDを取得する。 -
branches/comu-ver2/html/mobile/.htaccess
r15079 r17645 3 3 php_value variables_order EGPS 4 4 php_flag session.auto_start 0 5 php_flag session.use_trans_sid 1
Note: See TracChangeset
for help on using the changeset viewer.