You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeIgniter had a patch to the _set_cookie function that is reproduced in the MY_Session.php class. It produces the error in the log file when encrypted sessions are used:
"Session: HMAC mismatch. The session cookie data did not match what was expected."
CodeIgniter had a patch to the _set_cookie function that is reproduced in the MY_Session.php class. It produces the error in the log file when encrypted sessions are used:
"Session: HMAC mismatch. The session cookie data did not match what was expected."
Updating the _set_cookie function to what this post says corrects this:
http://stackoverflow.com/questions/24121705/codeigniter-2-2-0-hmac-mismatch-error
The text was updated successfully, but these errors were encountered: