1
I'm using a simple multisite hack in database.php, which is working just fine. However, I notice that although I'm sharing these tables: 'avatar', 'avatar_user_link', 'online', 'priv_msgs', 'session', 'users', I still have to login to each site seperately.
Is there way to ensure that once a user logs in on one site, he's logged into the other ones also (same for logging out)?
I must admit it's not really clear to me how this logging in and sessions, cookies, etc. work exactly.