Michael
Michael
Some falsy values (such as `null` and `false`) are not necessary to be sent back to clients. I wonder if there is a way to configure this behaviour?
Hi, First of all, thanks for creating such simple and convenient library. I would like to check that if we call `set_cookie_value` it should regenerate the id right? https://github.com/http-rs/async-session/blob/main/src/session.rs#L341-L343 Regards,
Very minor thing but I wonder why we would want to store TIMESTAMP WITH ZONE, it is probably better not to store ZONE and the code is using `Utc::now` anyway....