[Tickets #7394] Re: persist the syncml state in multiserver environments

bugs at horde.org bugs at horde.org
Thu Sep 25 20:08:44 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/7394
------------------------------------------------------------------------------
  Ticket             | 7394
  Updated By         | adrieder at sbox.tugraz.at
  Summary            | persist the syncml state in multiserver environments
  Queue              | SyncML
  Type               | Enhancement
  State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


adrieder at sbox.tugraz.at (2008-09-25 16:08) wrote:

> Synching uses regular PHP sessions, with the only difference that the
> session id is not passed by cookie or url parameter, but in the sync
> packet.
> Is synching not using the configured session handler in your case?

well I think/hope that it is using the same session handler as all the  
other Horde parts.

Here is what I've set in conf.php for sessions:

$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
[...]
$conf['sessionhandler']['params']['track'] = true;
$conf['sessionhandler']['type'] = 'memcache';
$conf['sessionhandler']['memcache'] = true;

I can not think at anything how syncing should use something else?






More information about the bugs mailing list