remove cookie reading in startup

This commit is contained in:
Ceeram 2012-09-07 00:04:03 +02:00
parent 93004fcf2f
commit 0b0d83f261

View file

@ -191,9 +191,6 @@ class CookieComponent extends Component {
$this->_expire($this->time);
$this->_values[$this->name] = array();
if (isset($_COOKIE[$this->name])) {
$this->_values[$this->name] = $this->_decrypt($_COOKIE[$this->name]);
}
}
/**