aantron/dream

How to remove a single field from a session?

Closed this issue · 2 comments

Given a session with a field foo how can I remove just the foo field without invalidating the whole session?

Thanks! The above commit adds Dream.drop_session_field, which should do what you are requesting. It was indeed missing.

@aantron Thanks a lot!