Demonstrates cache CDN bug
rails db:setup
to give yourelf a schema and a seed userdocker run -p 6379:6379 redis
in another tab (need Redis for Sidekiq Web)rails s
- Visit http://127.0.0.1:3000/sidekiq/
- Login
- Check the response headers for an uncached load of http://127.0.0.1:3000/sidekiq/javascripts/application.js (you may need to hard refresh to ensure you don't get the cached copy which will have no response headers at all)
You will see its Cache-Control: public, max-age=86400
and Set-Cookie: _sidekiqbug_session=...