From f57909d19075ffe74358ce2cb48c4be66e964a7c Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Dec 2013 16:31:05 -0800 Subject: on successful magic-auth, put remote_service_class and remote_hub into the session --- include/auth.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/auth.php') diff --git a/include/auth.php b/include/auth.php index 8eb8bf333..c0002e6c1 100644 --- a/include/auth.php +++ b/include/auth.php @@ -22,6 +22,8 @@ function nuke_session() { unset($_SESSION['my_address']); unset($_SESSION['addr']); unset($_SESSION['return_url']); + unset($_SESSION['remote_service_class']); + unset($_SESSION['remote_hub']); } /** -- cgit v1.2.3