-
Notifications
You must be signed in to change notification settings - Fork 52
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
Session Error #98
Comments
Yeah looks like Codeigniter had a colossal flaw in their session security so they patched it in 2.2.0 but it's killed something in how A3M is doing sessions. This is what's generated in the log file:ERROR - 2014-07-11 07:05:55 --> Session: HMAC mismatch. The session cookie data did not match what was expected. And for some odd reason everytime I attempt a login it creates 4 sessions in the database. Only one of which contains the user id data. |
I see two changelog items related to sessions: I think the issue we have is with the first one. |
That makes sense. |
I think I have the fix. Will push in a moment. |
Can you test it to make sure I got it? |
Worked like a charm. |
Great! I still have one more bug that I discovered while working on v2 to fix and then I'll release the new version. |
Cheers ;) Thanks. |
It seems that is something wrong with the Session Library File in the 2.2.0 version. If we downgrade the file to the 2.1.4 the login works properly. But with the 2.2.0, even if you put your credentials correct, its doesn't log us in in the system.
The text was updated successfully, but these errors were encountered: