i am new to MVC4. i am using ASP.net forms authentication. in all page loads i am able to handle authentication and authorization.

i am using Ajax requests in case of Partial views and to return a object.

in case of partial views i am able to find manage by checking Ajaxrequest by following this

in case of object return how to handle authentication for all ajax requests?

My end goal is to intimate that your session time out or at least to redirect to login page

有帮助吗?

解决方案

其他提示

Decorate your action methods with [Authorize] attribute.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top