mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
"Added fix for Ticket #1251
CakeSession::renew() is called now after" git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3349 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d30ff86369
commit
d8c447013e
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ class CakeSession extends Object{
|
||||||
@session_destroy();
|
@session_destroy();
|
||||||
@unlink ($file);
|
@unlink ($file);
|
||||||
$this->__construct($this->path);
|
$this->__construct($this->path);
|
||||||
|
$this->renew();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
|
|
Loading…
Reference in a new issue