24 Apr
2005
24 Apr
'05
1:04 a.m.
On Sat, 23 Apr 2005, Daniel Convissor wrote:
I think it would be a good idea to provide administrators who use one Drupal installation for multiple sites and share users and sessions across those sites (via $db_prefix) with a new option that would let users who log into one of the sites to be automatically logged into some or all of the other companion sites.
I'm envisioning this working by adjusting user_login() function in user.module. Once a login is successful, have the function send out PHPSESSID cookies for the desired sites, each containing the same session id.
Your thoughts?
I've been thinking about implementing this feature. But there is always this lack of time... Cheers, Gerhard