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

Broken functionality with Pyramid 1.4 #15

Open
zakdances opened this issue Feb 5, 2013 · 1 comment
Open

Broken functionality with Pyramid 1.4 #15

zakdances opened this issue Feb 5, 2013 · 1 comment

Comments

@zakdances
Copy link

After updating to Pyramid 1.4, pyramid_beaker no longer works with my app. My beaker factory has been configured with session.type = file, but nothing is being written to the data directory and no session cookies are ever set. It's just silently failing. Are you able to reproduce this?

@zakdances
Copy link
Author

After some investigation, it looks like this failure occurs when trying to set non-string values such as binaries in the session (in other words, non-picklable values). Trying to store something like a UUID binary will result in beaker's session failing without any warnings or exceptions, despite what the documentation says.

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

1 participant