07-01-2020, 05:28 PM
You can use some kind of token or to pass back and forth either by cookie or URL. You can even use one of the session IDs and then just store your info for that user in a database and access it from both applications.
For session, just increase the time outs. If you really need to coordinate you can set a flag in the DB for that user an with in each application refresh the sessions that are alive in the other instance of the application.
For session, just increase the time outs. If you really need to coordinate you can set a flag in the DB for that user an with in each application refresh the sessions that are alive in the other instance of the application.

