Base solution for your next web application
Open Closed

Mixing Core and MVC versions #4309


User avatar
0
orangeboy created

We have an MVC version of our application in production. Is it possible to leave that version running and start development of new features using the Core version and run both at once?

For example:

mvc.myapp.com core.myapp.com

Ideally once a user logs into one application they are already authenticated and just need to go to the URL of the other. Is this possible for them to share the same authentication cookie and Abp database assuming they are both on the same version number?


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    Sharing cookies between applications

    <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/compatibility/cookie-sharing">https://docs.microsoft.com/en-us/aspnet ... ie-sharing</a>

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @orangeboy,

    We haven't tried such a scenario and cannot provide guidance, sorry.