aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-23 05:03:05 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-23 05:03:05 -0400
commitbd12902d7b384c4ba38ae40c4fa1f34f7e5393b4 (patch)
tree93cd7fe6c2b9b0cc5851cb8324b5f6591d990f7f /include/auth.php
parente56af0e09e0852c7215546d6f9db32ce5cc21b39 (diff)
parent61dba985c14ebcfd20d18b579aee9b781f98bc23 (diff)
downloadvolse-hubzilla-bd12902d7b384c4ba38ae40c4fa1f34f7e5393b4.tar.gz
volse-hubzilla-bd12902d7b384c4ba38ae40c4fa1f34f7e5393b4.tar.bz2
volse-hubzilla-bd12902d7b384c4ba38ae40c4fa1f34f7e5393b4.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: photo rotation event calendar theming import quattro event reminder mark bubbles unsupported keep FB out of private notes clear submanage, etc from session on logout if identity (uid) changes - reload any other open browser windows on next ping. * master:
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']);
}