Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

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

    r22856 r23126  
    4242     * FIXME セッションキーのキーが PHP デフォルトのため、上位ディレクトリーで定義があると、その値で動作すると考えられる。 
    4343     **/ 
    44     function initSession() 
     44    public function initSession() 
    4545    { 
    4646        ini_set('session.cache_limiter', 'none'); 
     
    5959     * @return boolean 常に true を返す 
    6060     */ 
    61     function useCookie() 
     61    public function useCookie() 
    6262    { 
    6363        return true; 
Note: See TracChangeset for help on using the changeset viewer.