我在一个新项目中使用 rails 6.0,之后没有设置 cookie
Include ActionDispatch::Cookies
Include ActionDispatch::Session::CookieStore
before_action :cookie_set
def cookie_set
cookies[:test] = {value: 'testset'}
end
Run Code Online (Sandbox Code Playgroud)
浏览器 cookie 为空