aantron / dream

Tidy, feature-complete Web framework

Home Page:https://aantron.github.io/dream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to remove a single field from a session?

rawleyfowler opened this issue · comments

commented

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.

commented

@aantron Thanks a lot!