Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/session/sessionfactory/SC_SessionFactory_UseCookie.php

    r17118 r18609  
    4848     **/ 
    4949    function initSession() { 
     50        ini_set('session.cache_limiter', 'none'); 
    5051        if (session_id() === "") { 
    51  
    5252            session_set_cookie_params(0, "/", DOMAIN_NAME); 
    53  
    5453            if (!ini_get("session.auto_start")) { 
    5554                // セッション開始 
     
    6261     * Cookieを使用するかどうか 
    6362     * 
    64      * @return boolean 常にfalseを返す 
     63     * @return boolean 常に true を返す 
    6564     */ 
    6665    function useCookie() { 
Note: See TracChangeset for help on using the changeset viewer.