Same-site Cookies ================= The `Same-site cookie RFC `_ updates `RFC6265 `_ to include a new cookie attribute named ``SameSite``. WebOb provides support for setting the ``SameSite`` attribute in its cookie APIs, using the ``samesite`` keyword argument. Please refer to the API documentation for :func:`webob.cookies.make_cookie` and :class:`webob.cookies.CookieProfile` for the keyword arguments.