c# - how to turn off the single sign on of two mvc application running on the same browser -
i have 2 mvc applications deployed on same server. if run 2 applications on same browser(ie, chrome, firefox,...etc.) , logout out first application, second application logout automatically.
i want allow user turn off first application , continue working on second application without signing in again , vice versa
any highly appreciated
Comments
Post a Comment