"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:
phpnut 2006-08-01 21:26:00 +00:00
parent d30ff86369
commit d8c447013e

View file

@ -283,6 +283,7 @@ class CakeSession extends Object{
@session_destroy();
@unlink ($file);
$this->__construct($this->path);
$this->renew();
}
/**
* Enter description here...