[Tickets #12642] Opening 2 mailboxes inside 1 web navigator (using tabs)

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Aug 29 14:27:29 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12642
------------------------------------------------------------------------------
  Ticket             | 12642
  Created By         | patrick.abiven at apitech.fr
  Summary            | Opening 2 mailboxes inside 1 web navigator (using tabs)
  Queue              | IMP
  Version            | 6.1.4
  Type               | Enhancement
  State              | New
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


patrick.abiven at apitech.fr (2013-08-29 14:27) wrote:

Hello
Our users have access to individual mailboxes and to shared mailboxes.
Inside one web navigator instance, we would like to display several  
mailboxes (each in a separate tabulation). We used this kind of design  
with Horde 3.

We have 'no cookie session'.
The limitation seems to be linked with the 'horde_secret_key' cookie.

We found a workaround for enabling this feature:
in php/Horde/Session.php, function clean(), comment the ->setKey()

         $this->_start();
         // ** $GLOBALS['injector']->getInstance('Horde_Secret')->setKey();
         $this->_cleansession = true;
So all the opened mailboxes will share a common secret_key.

Thanks for your advises about this feature and this workaround.
Regards
Patrick





More information about the bugs mailing list