@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user