aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-23 17:51:43 -0700
committerfriendica <info@friendica.com>2015-03-23 17:51:43 -0700
commitd32f63df82de01f66d5babe932f20aed9a5b3ee2 (patch)
tree6161c29807f348c5eeef5ae58900fdee81d5c9c0 /include/auth.php
parent0f8fdf1a3eef05af8177d2ada7b64add4c05d538 (diff)
downloadvolse-hubzilla-d32f63df82de01f66d5babe932f20aed9a5b3ee2.tar.gz
volse-hubzilla-d32f63df82de01f66d5babe932f20aed9a5b3ee2.tar.bz2
volse-hubzilla-d32f63df82de01f66d5babe932f20aed9a5b3ee2.zip
explicitly unset delegate session vars on logout
Diffstat (limited to 'include/auth.php')
-rw-r--r--include/auth.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/auth.php b/include/auth.php
index 6c9c33861..643894e32 100644
--- a/include/auth.php
+++ b/include/auth.php
@@ -29,7 +29,8 @@ function nuke_session() {
unset($_SESSION['mobile_theme']);
unset($_SESSION['show_mobile']);
unset($_SESSION['page_flags']);
- unset($_SESSION['submanage']);
+ unset($_SESSION['delegate']);
+ unset($_SESSION['delegate_channel']);
unset($_SESSION['my_url']);
unset($_SESSION['my_address']);
unset($_SESSION['addr']);