aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-22 18:05:58 -0700
committerfriendica <info@friendica.com>2012-05-22 18:05:58 -0700
commitb43b680802ed466702cbcd639a62bb09951edfdc (patch)
tree3edd6344dc8dd26551a7f0797f9968373d662ce8 /include/auth.php
parente70573f34cb6729f45cb020ee9349c8ff948ff3b (diff)
downloadvolse-hubzilla-b43b680802ed466702cbcd639a62bb09951edfdc.tar.gz
volse-hubzilla-b43b680802ed466702cbcd639a62bb09951edfdc.tar.bz2
volse-hubzilla-b43b680802ed466702cbcd639a62bb09951edfdc.zip
clear submanage, etc from session on logout
Diffstat (limited to 'include/auth.php')
-rw-r--r--include/auth.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php
index 1341f3bb8..b87662fea 100644
--- a/include/auth.php
+++ b/include/auth.php
@@ -11,6 +11,13 @@ function nuke_session() {
unset($_SESSION['cid']);
unset($_SESSION['theme']);
unset($_SESSION['page_flags']);
+ unset($_SESSION['submanage']);
+ unset($_SESSION['my_url']);
+ unset($_SESSION['my_address']);
+ unset($_SESSION['addr']);
+ unset($_SESSION['return_url']);
+ unset($_SESSION['theme']);
+ unset($_SESSION['page_flags']);
}