Im trying to get the cookies, from the controller, with puts request.headers['Cookie'] and nothing is showing in my terminal.
My see the details in chrome tools:

How to get the cookie, please?
Edit
See gist for header response.
try this
request.headers["Cookie"]
http://api.rubyonrails.org/classes/ActionDispatch/Request.html#method-i-headers
just use cookies
puts cookies[:name]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With