Skip to content

Commit

Permalink
Additional fix for stefangabos#13
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Apr 19, 2017
1 parent 65e83a0 commit 0a80245
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Zebra_Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -635,10 +635,7 @@ public function set_flashdata($name, $value) {
*/
public function stop() {

$this->regenerate_id();

session_unset();

session_destroy();

}
Expand Down

0 comments on commit 0a80245

Please sign in to comment.