forked from stefangabos/Zebra_Session
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65e83a0
commit 0a80245
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
* For more resources visit {@link http://stefangabos.ro/} | ||
* | ||
* @author Stefan Gabos <[email protected]> | ||
* @version 2.1.5 (last revision: April 13, 2017) | ||
* @version 2.1.5 (last revision: April 19, 2017) | ||
* @copyright (c) 2006 - 2017 Stefan Gabos | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE | ||
* @package Zebra_Session | ||
|
@@ -635,10 +635,7 @@ public function set_flashdata($name, $value) { | |
*/ | ||
public function stop() { | ||
|
||
$this->regenerate_id(); | ||
|
||
session_unset(); | ||
|
||
session_destroy(); | ||
|
||
} | ||
|