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

Issue #537 Adding support for the different PHP serialize_handler types #538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ooglek
Copy link

@ooglek ooglek commented May 23, 2019

Put something together that addresses Issue #537

The adodb_unserialize() function assumed and did not verify which session.serialize_handler was being used. The default handler is not great, but the code that unserialized it was also broken since 2005. This improves things significantly, though at the cost of more code.

I'm OK with a more simplistic approach using session_decode and session_encode though I do not like nor am comfortable with mucking with the $_SESSION variable on the fly in production...

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.

None yet

1 participant