For the Horde Webmail login process to work correctly, the configuration option "session.auto_start" must be disabled.
To Disable session.auto_start
- Open the file "/etc/php.ini".
- Modify the file contents to include the following entry:
session.auto_start = 0
- Save file, and then restart Apache.