Skip to content

Commit

Permalink
do not unset $_SESSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 26, 2023
1 parent ac4c536 commit 73e029a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/init-app.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
unset($_POST);
unset($_FILES);
unset($_COOKIE);
unset($_SESSION);
$app->title = 'Agile UI Demo v' . $app->version;

if ($app->callExit !== true) {
Expand Down

0 comments on commit 73e029a

Please sign in to comment.