I have Roundcube checked out from git. When I from upgrade from 1.2.5 to 1.3.0 (git checkout 1.3.0), logins fail with the "Invalid request! No data was saved." error. Reverting to 1.2.5 (git checkout 1.2.5) allows logins to occur successfully.
I tried the following, with no effect:
bin/cleandb.sh
Logs: nothing is added to logs/imap when these failures occur; logs/sql shows an INSERT to the session table
config:
$config['default_port'] = 993; $config['default_host'] = 'ssl://myhostname.com';
Paul