I have two instances of Drupal on same server instance 1 and instance 2 with different databases. I want the following feature: unique login for both instances.
When I login to instance 1 and if I open the URL of instance 2 on same browser then it should not ask me to log in again. While any add/update operation is performed on instance 1 or instance 2, the user table should be updated in both databases.