[horde] strange forced logout

l.kiraly at madalbal.hu l.kiraly at madalbal.hu
Wed Jul 10 11:12:26 UTC 2013


Hi all,

I have problem with the session handling in horde.
Without any message, horde redirects the users to the login screen.
They have to relogin.

I found this in the log:

---
Jul 10 11:33:44 shanti HORDE: Load config file (conf.php; app: horde)  
[pid 11535 on line 401 of  
"/usr/local/src/horde/framework/Core/lib/Horde.php"]
Jul 10 11:33:44 shanti HORDE: Horde_Registry: retrieved app with cache  
ID horde_registry|app|1371828950|102fa7b4647511685ecf6cf86dafefa9 [pid  
11535 on line 1987 of  
"/usr/local/src/horde/framework/Core/lib/Horde/Registry.php"]
Jul 10 11:33:44 shanti HORDE: [imp] Load config file (conf.php; app:  
imp) [pid 11535 on line 401 of  
"/usr/local/src/horde/framework/Core/lib/Horde.php"]
Jul 10 11:33:44 shanti HORDE: PHP ERROR: Declaration of  
Luxor_Application::menu() should be compatible with  
Horde_Registry_Application::menu($menu) [pid 11535 on line 846 of  
"/usr/local/src/horde/framework/Core/lib/Horde/Registry.php"]
Jul 10 11:33:44 shanti HORDE: User is not authorized [pid 11535 on  
line 267 of  
"/usr/local/src/horde/framework/Core/lib/Horde/Registry.php"]
Jul 10 11:33:44 shanti HORDE: 1. Horde_Registry::appInit()  
/usr/local/src/horde/horde/services/prefs.php:24
Jul 10 11:33:44 shanti HORDE: Max memory usage: 2097152 bytes [pid  
11535 on line 560 of  
"/usr/local/src/horde/framework/Core/lib/Horde/Registry.php"]
Jul 10 11:33:44 shanti HORDE: Load config file (conf.php; app: horde)  
[pid 11535 on line 401 of  
"/usr/local/src/horde/framework/Core/lib/Horde.php"]
Jul 10 11:33:44 shanti HORDE: Setting kolab inactive because the  
fileroot does not exist or the application is not configured yet. [pid  
11535 on line 699 of  
"/usr/local/src/horde/framework/Core/lib/Horde/Registry.php"]
Jul 10 11:33:44 shanti HORDE: Setting passwd inactive because the  
fileroot does not exist or the application is not configured yet. [pid  
11535 on line 699 of  
"/usr/local/src/horde/framework/Core/lib/Horde/Registry.php"]
---


my current session settings in horde:

$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['timeout'] = 0;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['max_time'] = 0;
$conf['sessionhandler']['type'] = 'Builtin';
$conf['sessionhandler']['hashtable'] = false;


php session settings:

session.save_handler = files
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 10000
session.gc_maxlifetime = 28800 -> I changed this from default after  
the problem appeared
session.bug_compat_42 = Off
session.bug_compat_warn = Off
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5

Regards: László Király
-- 
Üdvözlettel: Király László
Madal Bal Kft (http://www.madalbal.hu)



More information about the horde mailing list