Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codeigniter 2.2.0 Session sess_read() HMAC mismatch #3088

Closed
floringavrila opened this issue Jun 8, 2014 · 1 comment
Closed

Codeigniter 2.2.0 Session sess_read() HMAC mismatch #3088

floringavrila opened this issue Jun 8, 2014 · 1 comment

Comments

@floringavrila
Copy link

If in config file i use sess_encrypt_cookie == TRUE , then i keep receiving the error "Session: HMAC mismatch" !!!
This is because in Session Library , at method sess_read() is a mistake.
You shoud check if sess_encrypt_cookie == TRUE , BEFORE you check HMAC .
In Codeigniter 3.0 this is made correct .

@narfbg
Copy link
Contributor

narfbg commented Jun 8, 2014

It's not because of this, but regardless - 2.2 was retagged because of this issue. Just download it again.

@narfbg narfbg closed this as completed Jun 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants