Quoting Chuck Hagenbuch <[EMAIL PROTECTED]>: > No code. Just set $conf['cookie']['domain'] to the common domain > (remember that it needs to start with '.', and if none of this is > familiar to you should do some reading on cookies and webservers, > etc., independently of Horde), and set $conf['cookie']['path'] to '/'. >
That was too easy. I went in and edited horde/conf.php, like so: #$conf['cookie']['domain'] = $_SERVER['SERVER_NAME']; $conf['cookie']['domain'] = '.example.com'; and it works. Thanks Chuck for your help. -- roger --------------------------------------------------- Sign Up for free Email at http://ureg.home.net.my/ --------------------------------------------------- -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
