Hi all,
I'm running a different kind of multi-site in that it's basically 6 domains parked on top of each other and I am using some simple logic with paths and taxonomy in the init hook to force specific domains for specific pages -- so far all is working great -- I'm even able to reset the site email and name in the init hook so that outgoing emails go from the correct address. (It's Drupal 5)
The one thing I can't seem to get to work is shared login -- I thought it would be simple because it's a single database so all I would have to do is uncomment the $cookie_domain in the settings folder. But that's not working, you have to login to each site individually.
I also tried the shared login module, even though it's not meant for this set up and that didn't work either.
Anybody have any ideas on this?
thanks,
Sam
