UPDATE: Even after downloading the "fixed" 2.2.0, update log files are still filling up with:
Session: HMAC mismatch. The session cookie data did not match what was expected.
After upgrading from CodeIgniter 2.1.3 to 2.2.0 I am getting the error:
Session: HMAC mismatch. The session cookie data did not match what was expected.
The Mcrypt extension is enabled. If I set $config['sess_encrypt_cookie'] = FALSE; (not an option for production) there is no error. Any help greatly appreciated.