Question

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

Was it helpful?

OTHER TIPS

Decorate your action methods with [Authorize] attribute.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top