Ignore:
Timestamp:
2012/07/27 15:47:47 (12 years ago)
Author:
ghana
Message:

#1901
refs #1901
COOKIE_EXPIRE を設定変更しても反映されないページがある

クッキークラスを初期化する際に明示的に COOKIE_EXPIRE を渡すように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping.php

    r21951 r21976  
    8080        $objCartSess = new SC_CartSession_Ex(); 
    8181        $objCustomer = new SC_Customer_Ex(); 
    82         $objCookie = new SC_Cookie_Ex(); 
     82        $objCookie = new SC_Cookie_Ex(COOKIE_EXPIRE); 
    8383        $objPurchase = new SC_Helper_Purchase_Ex(); 
    8484        $objFormParam = new SC_FormParam_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.