Cookitor: Decode Ruby on Rails session cookies
Cookitor is a Chrome extension designed to decode the content of Ruby on Rails session cookies. With this extension, users can easily access and read the content of Rails sessions stored in cookies.
Rails' session cookie-store saves sessions in serialized base64-encoded cookies, and Cookitor provides a convenient way to decode this information. It also supports encrypted session cookies, which is the new default in Rails 4. This makes it ideal for debugging purposes, allowing developers to quickly read the content of a session.
Cookitor is a free Chrome extension developed by Garnu. It is a valuable tool for Ruby on Rails developers who need to analyze and debug session cookies.