質問

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