Show
Ignore:
Timestamp:
10/04/08 11:10:40 (3 months ago)
Author:
anatoo
Message:

クッキー周り修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/plain_php/trunk/core/Action.php

    r20336 r20666  
    4545    protected function setCookie($name, $val) 
    4646    { 
    47         setcookie($name, $val, time() + $this->getConfig()->cookie_timeout, $this->context->cookiePath, $this->context->cookieDomain); 
     47        setcookie($name, $val, time() + $this->getConfig()->cookie_timeout); 
    4848    } 
    4949