Ignore:
Timestamp:
2014/06/02 15:12:19 (10 years ago)
Author:
pineray
Message:

#2565 セッションに関するクラスや関数を整理

セッションハンドラの登録をファクトリーへ移動.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_Mobile.php

    r23124 r23493  
    171171 
    172172        // セッションIDの存在をチェックする。 
    173         $objSession = new SC_Helper_Session_Ex(); 
    174         if ($objSession->sfSessRead($sessionId) === null) { 
     173        $sessionFactory = SC_SessionFactory_Ex::getInstance(); 
     174        if ($sessionFactory->sfSessRead($sessionId) === null) { 
    175175            GC_Utils_Ex::gfPrintLog("Non-existent session id : sid=$sessionId"); 
    176176 
Note: See TracChangeset for help on using the changeset viewer.