Is it possible using the Chrome Resource Inspector to view the value of my Rails session that is stored in a cookie? It seems to be encoded somehow, as it’s value is just an incoherent string of alphanumeric characters.
I just want to be able to inspect what the values are as I debug requests.
Cheers!
This blogpost answers your question. It is not so easy to decode as you might think 🙂