summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/authgui.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/inc/authgui.inc')
-rw-r--r--src/etc/inc/authgui.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc
index f0b7751..c7d3362 100644
--- a/src/etc/inc/authgui.inc
+++ b/src/etc/inc/authgui.inc
@@ -33,7 +33,7 @@ if (!session_auth()) {
display_login_form();
exit;
}
-
+phpsession_begin();
/*
* Once here, the user has authenticated with the web server.
* We give them access only to the appropriate pages based on
@@ -90,9 +90,9 @@ if (!$_SESSION['Post_Login']) {
/*
* Close session data to allow other scripts from same host to come in.
- * A session can be reactivated from calling session_start again
+ * A session can be reactivated from calling phpsession_begin again
*/
-session_commit();
+phpsession_end(true);
/*
* determine if the user is allowed access to the requested page
OpenPOWER on IntegriCloud