I think there is no straightforward, secure way of doing this. This is not specific to roundcube, but applies to any website that uses browser cookies to keep track of user sessions (pretty much any website that lets you log in). There's no way to allow multiple sessions per browser because the same cookies are available throughout all tabs of the browser. The only workarounds are to use multiple browsers or private browsing modes, which allows different sets of cookies to be used in different tabs/browsers.
On Fri, Jan 15, 2010 at 4:21 PM, S c o t t K r a m e r wrote:
could also use diff browsers, but really these are work arounds-- how can we do this in roundcube config... in addition to myself others request it--
On Fri, 15 Jan 2010 16:21:21 -0500, S c o t t K r a m e r wrote:
could also use diff browsers, but really these are work arounds--
how can we do this in roundcube config... in addition to myself others request it--
On Fri, 15 Jan 2010 15:01:17 -0500, Alex Leigh wrote:
If your browser support private browsing mode (incognito window in
Chrome, etc), open a new tab in the private mode will allow you to log in a second account in that tab.
On Fri, Jan 15, 2010 at 2:44 PM,
Jean-Baptiste Hétier wrote:
Le 15/01/2010 19:22, S c o t t K r a
m e r a écrit :
Is there a config setting to allow you to be in
multiple imap
accounts?
I use two different domain names
to achieve that:
But a config setting would be great…
List info:
http://lists.roundcube.net/dev/
List info:
http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/
looks like it would need an additional id of some sort to have simultaneous sets of cookies--
On Fri, 15 Jan 2010 16:30:34 -0500, leigh wrote:
I think there is no straightforward, secure way of doing this. This is not specific to roundcube, but applies to any website that uses browser cookies to keep track of user sessions (pretty much any website that lets you log in). There's no way to allow multiple sessions per browser because the same cookies are available throughout all tabs of the browser. The only workarounds are to use multiple browsers or private browsing modes, which allows different sets of cookies to be used in different tabs/browsers.
On Fri, Jan 15, 2010 at 4:21 PM, S c o t t K r a m e r wrote:
could also use diff browsers, but really these are
work arounds-- how can we do this in roundcube config... in addition to myself others request it--
On Fri, 15 Jan 2010 16:21:21 -0500, S c
o t t K r a m e r wrote:
could also use diff browsers, but really
these are work arounds-- how can we do this in roundcube config... in addition to myself others request it--
On Fri, 15 Jan 2010 15:01:17
-0500, Alex Leigh wrote:
If your browser support private browsing
mode (incognito window in Chrome, etc), open a new tab in the private mode will allow you to log in a second account in that tab.
On Fri, Jan
15, 2010 at 2:44 PM, Jean-Baptiste Hétier wrote:
Le 15/01/2010
19:22, S c o t t K r a m e r a écrit :
Is there a config setting to
allow you to be in multiple imap
accounts?
I use two
different domain names to achieve that:
But a config setting would be great…
List info:
http://lists.roundcube.net/dev/
List info:
http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/
On Fri, Jan 15, 2010 at 2:30 PM, leigh leigh@hcs.harvard.edu wrote:
I think there is no straightforward, secure way of doing this. This is not specific to roundcube, but applies to any website that uses browser cookies to keep track of user sessions (pretty much any website that lets you log in). There's no way to allow multiple sessions per browser because the same cookies are available throughout all tabs of the browser. The only workarounds are to use multiple browsers or private browsing modes, which allows different sets of cookies to be used in different tabs/browsers.
Exactly. Due to session/cookie handling, nearly all websites that require a login do not support multiple logins. The tip on this thread to use different hostnames is a great idea for an admin to setup.
In some browsers, opening a "new window" will create a separate session. Firefox only allows a single session for all windows, but you can run multiple profiles which gives you multiple sessions.
To launch the profile manager, run: firefox -ProfileManager
Then create 2 or more profiles. Then run each profile with the -no-remote switch: firefox -no-remote -P <profile>
Now you can login to roundcube, gmail, etc. with separate users at the same time. _______________________________________________ List info: http://lists.roundcube.net/dev/