Citeren Martin Toth <[email protected]>:

Hello Horde Masters,
I would like to ask if you can help me with my problem. All horde services running OK, i can login-in to webmail, send emails, receive emails, setup filters (ingo), all working. But i can’t logout from webmail and also i can’t save changes in my settings when i am logged to webmail. There is no error log in DEBUG horde of IMP and all horde..

Horde AJAX will throw this every time I click logout or when i hit save in profile preferencies: We cannot verify that this request was really sent by you. It could be a malicious request. If you intended to perform this action, you can retry it now.


$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = ‘password';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'utf-8';
$conf['sql']['ssl'] = false;
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysqli';
$conf['datatree']['driver'] = 'sql';
$conf['share']['cache'] = false;
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['driver'] = 'Apc';
$conf['cache']['compress'] = true;
$conf['cache']['use_memorycache'] = '';
$conf['cachecssparams']['driver'] = 'filesystem';
$conf['cachecssparams']['lifetime'] = 86400;
$conf['cachecssparams']['compress'] = 'php';
$conf['cachecss'] = true;
$conf['cachejs'] = false;
$conf['cachethemes'] = false;
$conf['sessionhandler']['params']['driverconfig'] = 'horde';
$conf['sessionhandler']['type'] = 'Sql';
$conf['sessionhandler']['memcache'] = false;
$conf['memcache']['enabled'] = false;

This is config.

Any thoughts ?

Probably the same problem as reported in https://bugs.horde.org/ticket/13463. Try switching to the filebased session handler or revert to Horde_Core-2.13.0.
--
This message was sent from a mailinglist subscription address.
For off-list replies, you must remove the address extension.

Attachment: smime.p7s
Description: S/MIME Signature

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to