mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 07:29:51 +00:00
remove cookie reading in startup
This commit is contained in:
parent
93004fcf2f
commit
0b0d83f261
1 changed files with 0 additions and 3 deletions
|
@ -191,9 +191,6 @@ class CookieComponent extends Component {
|
||||||
$this->_expire($this->time);
|
$this->_expire($this->time);
|
||||||
|
|
||||||
$this->_values[$this->name] = array();
|
$this->_values[$this->name] = array();
|
||||||
if (isset($_COOKIE[$this->name])) {
|
|
||||||
$this->_values[$this->name] = $this->_decrypt($_COOKIE[$this->name]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue