Is it possible to have multiple CMS things installed and integrate them all so that they all use one login? I have a forum, cms, and blog and don't want people re-logging into each section.
Well, all of them use php and mysql, so in theory I could just have all the logins point to one table, right?