I have developed ASP.NET MVC application with angular. Later stage I found that my company is using SSRS based reporting solution for all the report requirement, hence I have added one .aspx page to show these reports using report viewer control.
The problem here is that, I want to check if Session has expired in .aspx page and call MVC's logout action method and redirect users to MVC's login action method.
Please help on how I can achieve this?
Thanks, Vijay