[horde] Horde 3.1.1 always appends session-id to URL.

Robert Sink sinkr at cbl.umces.edu
Fri Apr 28 10:16:54 PDT 2006


On April 28, Jan Schneider (jan at horde.org) wrote:
> Zitat von Robert Sink <sinkr at cbl.umces.edu>:
> 
> > On April 27, Chuck Hagenbuch (chuck at horde.org) wrote:
> >> Quoting Robert Sink <sinkr at cbl.umces.edu>:
> >>
> >> > I am having an issue where Horde wants to append
> >> > $conf['session']['name'] to all URLs, no matter what $conf['use_ssl']
> >> > is set to (presently '2').
> >>
> >> use_ssl doesn't have anything to do with whether there are session ids
> >> in the URLs. You're not using cookies.
> >
> > When I look into conf.php or .xml the only things pertaining to
> > cookies are these values:
> >
> > $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
> > $conf['cookie']['path'] = '/horde-3.1';
> >
> > ...And the settings in my appropriate php.ini (and verified by
> > phpinfo()) show that session.use_cookies = on
> >
> > So is there anything else I need to do?
> 
> Enable cookies in your browser, and use a FQDN for your server.

Jan & Chuck,

Thank you for the responses--I have found the issue; For my particular
setup, I had to set in php.ini:

session.cookie_domain = my.domain.edu
session.cookie_path = /

(while keeping Horde's cookie path in conf/conf.php as the actual
 installation base)

As well as setting ServerName in httpd.conf to the FQDN and the
cookies started working.


More information about the horde mailing list