|
Well simply put you can install the apps on different domains and use the user authentication for login etc however you will NEVER have an integrated login meaning logged into both automatically when logging into one of them
This is because cookies are written to the domain name an application is run on. There is nothing that can be done or coded for this issue. It is a limitation and simply how cookies work. Both applications need to be on the same domain if you want an integrated cookie login.
|