svn path=/Website/trunk/; revision=28520
This commit is contained in:
Jos Groot Lipman
2016-03-17 14:06:59 +00:00
parent 2976bebc79
commit a308db32b4

View File

@@ -30,11 +30,7 @@ if (Session("org_user_key") > 0)
}
else
{
Session("no_sso") = 1; // Voorkom autosso
Session.Contents.Remove("user_key");
Session.Contents.Remove("ASPFIXATION");
Session.Contents.Remove("must_reset_password");
deleteSessionCookie("fcltid");
doLogoff();
}
Response.Write(JSON.stringify(result));
Response.End;