[RCU] RC Cookies

2012-03-22 Thread Daniel
Is there any way that I can log into two different roundcube sessions simultaniously? Currently once I log in, if I open a new browser window and navigate to RC it uses the current sessions cookie. Using an incognito or private window in IE and Chrome works as desired but FF does not. Is t

Re: [RCU] New server + upgrade, lost contacts

2012-03-22 Thread Josh Whitver
I looked at the database, and it sure seems like it ought to be working. I see my two contacts in the "contacts" table, and the user_id field is pointing at my user_id number. I guess I just don't know what else to look at. -- Josh Whitver whitv...@urbandale.k12.ia.us / j...@whitver.net "There

[RCU] New server + upgrade, lost contacts

2012-03-22 Thread Josh Whitver
Hello all, I'm migrating our RoundCube from an old server to a VM, and in the process upgrading it from 0.4-beta to 0.7. I copied the MySQL database from the old server to the new server, and ran the /bin/update.sh file and let it make the database schema changes, and it seems to be basically

Re: [RCU] Commands out of sync; you can't run this command now

2012-03-22 Thread Marcio Merlone
Bump! BTW, what happed to the list? Got 3 days without any message.? Regards. Em Seg 19 Mar 2012 13:25:38 BRT, Marcio Merlone escreveu: Hi folks, I am running roundcube on an Ubuntu 10.04 LTS for some years now. I have an old user which is unable to check its mails or compose new. When t

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Claudio Kuenzler
Yes if you had told us you use twice the same domain, we'd have told you from the begin its absolutely normal that your cookie session gets kicked. For sessions/cookies always use subdomains to distinguish different webapps. On Thu, Mar 22, 2012 at 3:00 PM, Nelson Serafica wrote: > Ok I thin

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Nelson Serafica
Ok I think I got the issue. I forgot to mention how I'm accessing the url RC1 - http://www.foo.com:81/webmail RC2 - http://www.foo.com:82/webmail I created a virtual domain in RC1 http://webmail.foo.com:81 And was now able to login without being kick out on RC2 using the virtual domain. Thank

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Nelson Serafica
I just notice this. When I open RC1, I was able to login with no issue. When I open RC2 and I tried to login, I encountered Invalid Request! No Data was saved When I checked RC1, it is now logout with session expired or invalid. Both RC are hosted on a different physical server. It seems it is c

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Reinaldo de Carvalho
Cokkies are domain related. Try set differrnts VirtualHost for each roundcube. []'s Reinaldo Sent from my iPhone Em 22/03/2012, às 07:03, Nelson Serafica escreveu: > Let me rephrase " I could not login to multiple RC in a single browser ". I'm > running dovecot BTW > > On Thu, Mar 22, 2012

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Andreas Dick
if that help, I can confirm: -> login with FF on two RC (same host, RC6.? and latest SVN) -> the second login (RC SVN) do not show any email, but contacts are ok -> the first one works further well -> after logout of the second -> the first one is logged out as well maybe its not nice, but I do n

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Claudio Kuenzler
Alec, it's not me having this issue. I'm just trying to help Nelson. Read mail again. That's why I also asked him if the webmails are hosted on the same host (maybe same cookie path or other PHP setting which needs to be adapted) On Thu, Mar 22, 2012 at 12:17 PM, A.L.E.C wrote: > On 22.03.2012 1

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread A.L.E.C
On 22.03.2012 12:10, Claudio Kuenzler wrote: > forgot to mention the RC version: 0.7.1 > Same configuration on both webmails (except DB-settings, DES key and such > local/unique things) I'll tell you again. This is how cookie-based session work. You can do nothing about it. Maybe change of cookie

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Claudio Kuenzler
forgot to mention the RC version: 0.7.1 Same configuration on both webmails (except DB-settings, DES key and such local/unique things) On Thu, Mar 22, 2012 at 12:09 PM, Claudio Kuenzler wrote: > Are the two webmails on the same server? > > I've just made some tests: > > Firefox 11, same window, t

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Claudio Kuenzler
Are the two webmails on the same server? I've just made some tests: Firefox 11, same window, two tabs, two different roundcube webmails each hosted on a different physical server -> works fine On Thu, Mar 22, 2012 at 11:03 AM, Nelson Serafica wrote: > Let me rephrase " I could not login to mult

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Nelson Serafica
Let me rephrase " I could not login to multiple RC in a single browser ". I'm running dovecot BTW On Thu, Mar 22, 2012 at 5:45 PM, Nelson Serafica wrote: > It wasn't the same before I did some modification. I revert back to my old > config which is different des_key and it is still the same. I'm

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Nelson Serafica
It wasn't the same before I did some modification. I revert back to my old config which is different des_key and it is still the same. I'm getting kick out on the 1st RC after logging in to the 2nd RC. I tried also to other browser (IE and Chrome) but issue still occur. I could open multiple RC on

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Claudio Kuenzler
they SHOULD NOT have the same key. if anything then this would cause that you get kicked out of the other webmail. On Thu, Mar 22, 2012 at 10:18 AM, Nelson Serafica wrote: > I configured my two roundcube to have the same des_key but still the same. > I'm still getting logout once I login to anoth

Re: [RCU] roundcube disconnect if simultaneous login

2012-03-22 Thread Nelson Serafica
I configured my two roundcube to have the same des_key but still the same. I'm still getting logout once I login to another RC webmail. Anymore recommendation? On Mon, Mar 19, 2012 at 4:17 PM, Claudio Kuenzler wrote: > Verify if you're using the same des key in the main.inc.php configs of > bot