Changeset 21441 for branches/version-2_12-dev/data/class/session
- Timestamp:
- 2012/02/06 11:05:15 (14 years ago)
- Location:
- branches/version-2_12-dev/data/class/session
- Files:
-
- 2 edited
-
SC_SessionFactory.php (modified) (1 diff)
-
sessionfactory/SC_SessionFactory_UseRequest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/session/SC_SessionFactory.php
r21420 r21441 62 62 : ''; 63 63 64 switch ($type) {64 switch ($type) { 65 65 // セッションの維持にリクエストパラメーターを使用する 66 66 case 'useRequest': -
branches/version-2_12-dev/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php
r21420 r21441 50 50 */ 51 51 function setState($state = 'pc') { 52 switch ($state) {52 switch ($state) { 53 53 case 'mobile': 54 54 $this->state = new LC_UseRequest_State_Mobile;
Note: See TracChangeset
for help on using the changeset viewer.
