Skip to content

Commit 0a80245

Browse files
committed
Additional fix for #13
1 parent 65e83a0 commit 0a80245

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Zebra_Session.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* For more resources visit {@link http://stefangabos.ro/}
2929
*
3030
* @author Stefan Gabos <[email protected]>
31-
* @version 2.1.5 (last revision: April 13, 2017)
31+
* @version 2.1.5 (last revision: April 19, 2017)
3232
* @copyright (c) 2006 - 2017 Stefan Gabos
3333
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
3434
* @package Zebra_Session
@@ -635,10 +635,7 @@ public function set_flashdata($name, $value) {
635635
*/
636636
public function stop() {
637637

638-
$this->regenerate_id();
639-
640638
session_unset();
641-
642639
session_destroy();
643640

644641
}

0 commit comments

Comments
 (0)