mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 10:02:42 +00:00
Renaming directory for 1.x.x.x code base
git-svn-id: https://svn.cakephp.org/repo/branches/1.x.x.x@2771 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e41214da87
commit
f5a4a58758
10 changed files with 123 additions and 63 deletions
|
@ -207,5 +207,16 @@ class SessionComponent extends Object
|
|||
return $this->CakeSession->isValid();
|
||||
}
|
||||
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* Use like this. $this->Session->destroy();
|
||||
* Used to destroy Sessions
|
||||
*
|
||||
*/
|
||||
function destroy()
|
||||
{
|
||||
$this->CakeSession->destroyInvalid();
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue