Ticket #1901 (new バグ指摘) — at Version 1
COOKIE_EXPIRE を設定変更しても反映されないページがある
| Reported by: | ghana | Owned by: | somebody |
|---|---|---|---|
| Priority: | 中 | Milestone: | EC-CUBE2.12.2 |
| Component: | フロント | Version: | 2.12.1 |
| Keywords: | Cc: | ||
| 修正済み: | yes |
Description (last modified by ghana) (diff)
$objCookie = new SC_Cookie_Ex(COOKIE_EXPIRE);
としてクッキークラスを初期化するべきだが
eccube/data/class/pages/shopping/LC_Page_Shopping.php のみ
$objCookie = new SC_Cookie_Ex();
となっている
Note: See
TracTickets for help on using
tickets.
