We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a session with a field foo how can I remove just the foo field without invalidating the whole session?
foo
The text was updated successfully, but these errors were encountered:
7a2c5a0
Thanks! The above commit adds Dream.drop_session_field, which should do what you are requesting. It was indeed missing.
Dream.drop_session_field
Sorry, something went wrong.
@aantron Thanks a lot!
Add Dream.drop_session_field
d2f0476
Resolves aantron#284.
No branches or pull requests
Given a session with a field
foo
how can I remove just thefoo
field without invalidating the whole session?The text was updated successfully, but these errors were encountered: