[horde] Cookie stuff (browser not remembering login)
Ben Davis
ben.davis at pca-wichita.com
Mon Apr 26 10:33:46 PDT 2004
(using 3.0-cvs)
For some reason the browser is not remembering logins. When I go to a
different website and then come back to horde, I have to log in
again. I had this working before, and I can't remember what I did to
get it working.. My installation has horde at the webserver root
("http://myserver/"), and the (afaik) relevant parts of config/conf.php are:
$conf['session']['name'] = 'Horde';
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/';
$conf['sessionhandler']['type'] = 'none';
Is there anything in here that doesn't seem correct?
More information about the horde
mailing list