on successful magic-auth, put remote_service_class and remote_hub into the session

This commit is contained in:
friendica
2013-12-03 16:31:05 -08:00
parent 6c321be03c
commit f57909d190
2 changed files with 23 additions and 4 deletions

View File

@@ -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']);
}
/**