Response.IsAuthenticated Is False After 30 Seconds
问题 I have an ASP.NET MVC3 application deployed to a shared hosting service. It uses FormsAuthentication and SSL: <authentication mode="Forms"> <forms loginUrl="~/Home/Index" timeout="240" requireSSL="true" /> </authentication> The problem is in some Razor (partial) views: I execute a callback to a controller method which, for purposes of testing, simply sleeps and returns a PartialView. My question revolves around Response.IsAuthenticated. It is true before the callback and sleep and remains