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)
-
0
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>
-
0
Hi @orangeboy,
We haven't tried such a scenario and cannot provide guidance, sorry.