Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make cookies.delete("not_existing") not fail (#1132)
make ```cookies.delete("not_existing")``` have same behaviour as ```session.delete("not_existing")```, when delete key that not exists, return nil instead of fail
- Loading branch information