Vikas Agarwal
What happens if your AJAX call redirects to the login page from "session expire" attributes in MVC?
By Vikas Agarwal in C# on Oct 13 2018
  • Sandeep Soni
    Oct, 2018 26

    Response of that Ajax call gets you the response with status code 302. Most important, session expire has nothing to do with login page and this is the most common wrong assumption most of the developers have.Authentication Cookie is different and Session Cookie is different and both are independent.

    • 3


Most Popular Job Functions


MOST LIKED QUESTIONS