Ignore:
Timestamp:
2012/03/11 15:37:06 (12 years ago)
Author:
Seasoft
Message:

#1607 (未使用定義の削除)

  • session_id() の評価で十分であり、session.auto_start を評価する必要は無い。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/sessionfactory/SC_SessionFactory_UseCookie.php

    r21624 r21625  
    4949        if (session_id() === '') { 
    5050            session_set_cookie_params(0, ROOT_URLPATH, DOMAIN_NAME); 
    51             if (!ini_get('session.auto_start')) { 
    52                 // セッション開始 
    53                 session_start(); 
    54             } 
     51            // セッション開始 
     52            session_start(); 
    5553        } 
    5654    } 
Note: See TracChangeset for help on using the changeset viewer.