I am using rails 6.0 in a new project and after that cookies are not set
Include ActionDispatch::Cookies
Include ActionDispatch::Session::CookieStore
before_action :cookie_set
def cookie_set
cookies[:test] = {value: 'testset'}
end
browser cookie is empty