Here's a unique problem I'm having. Let's say I have 4 sites on multisite in subdirectories:
coolsite.com/
coolsite.com/sports
coolsite.com/movies
coolsite.com/store
The problem: If you login to the main site in the root, you are not logged into the other sites and must login to each one of them separately to technically be logged in. Is there a way to be logged into all of them at once?
To synchronize the users I am using the Multisite user management and orphanage plugins. Unfortunately I don't see a login function for Multisite that says "login once and you're logged into the other sites."
I set up the site as multisite because the /store/ has an ecommerce directory that needs its own home page, separate plugins, etc. as opposed to the sports and movies which may have their own too. While each of these are separate "minisites" they are really the same site. Technically, the other way to accomplish this would be a horrible pain - all in one site and create categories and subdirectories to try to hash this out. Ugly. :)