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

Fixed issue #122 - Session ignores deserializer json #186

Merged
merged 7 commits into from
May 20, 2020

Conversation

dialtone
Copy link
Contributor

@dialtone dialtone commented Dec 30, 2019

Unittest using the file namespace manager also provided. I haven't run tests for mongodb and all combinations of other drivers so I'm assuming they will run based on the fact that it's a base64 encoded string and everyone should be able to insert a string.
This commit will likely invalidate all sessions once deployed due to the fact that all sessions now get base64 encoded when written in storage (and decoded back) vs the previous situation of only encrypted sessions getting base64 encoded.

@amol-
Copy link
Collaborator

amol- commented May 20, 2020

thanks for catching this, looks good to me

@amol- amol- merged commit 8949516 into bbangert:master May 20, 2020
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

Successfully merging this pull request may close these issues.

2 participants