1. AjaxRequestAuthorizeAttribute

    By:

    There is a situation where I display a screen dynamically load a partial view using ajax. And when the authentication expires, user initiates an ajax call, then the action is being called without authorization. It actually returns a login view inside the DOM object on the page rather than returns a expected content with partial view.