Commit 6d97b1e7 by 泽锋 李

注销重定向

parent c62b9233
......@@ -63,7 +63,7 @@ namespace AutoTurnOver.Controllers
{
MyHttpContext.Current.Session.Remove("UserInfo");
MyHttpContext.Current.Response.Cookies.Delete("BailunToken");
Response.Redirect("http://sso.bailuntec.com/?returnUrl=http://aims.bailuntec.com");
Response.Redirect("http://sso.bailuntec.com/?returnUrl=http://aims.bailuntec.com",true);
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment