Use this tag to set browser cookies in the HTTP response. You can also configure the cookie to fetch its value from an existing 1st party cookie (if available).
- Allow empty value for expiration to set session cookies.
- Make it possible to delete the cookie or to set a session cookie.
- Add option for SameSite, and configure template to set SameSite=Lax by default.
- Add support for setting empty values. Add support for noEncode of cookie value.
- Fix HttpOnly values.
- Add HttpOnly option.
- Fix broken cookie expiration setting.
- Initial release.