On Mon, Mar 19, 2012 at 4:17 PM, Claudio Kuenzler
<ck@claudiokuenzler.com> wrote:
Verify if you're using the same des key in the main.inc.php configs of both webmails.
// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = '';
I'm not sure if this is a bug in RC. I've two mail servers running RC0.7 running in Apache 2.2. If I open two webmail and login to both RC in the same browser (Google Chrome), the other session of RC get disconnected. But if I login to different browser, I don't get disconnected. This could be probably on the cookie session. I tried to check the main.inc.php but could not found any info related to my issue.