Asp.net – How to redirect back and forth between two applications keeping both sessions intact?
I have two .Net6 web app projects in a single .Net solution (.sln). The first application (App1) is for user management : this contains features like Login, password reset, my profile, and logout. the 2nd application (App2) are business application.…