Description
Issue report
Fill in as much as possible so that we can understand, find and fix the problem.
Are you sure this is a bug in Passenger?
Me and the Ruby on Rails maintainers point that this could be a Rack 3 + Passenger compatibility issue, as forcing the application manifest to use Rack ~> 2.2
makes everything work well.
Please try with the newest version of Passenger to avoid issues that have already been fixed
I'm already using Passenger 6.0.18.
Question 1: What is the problem?
This issue is descibed in details in rails/rails#49422. Cookies names, like user_id
are being prepended with ["
, turning it into ["user_id
, so, important authentication scripts like
if cookies[:user_id].blank?
just doesn't work.

This happens after upgrading a Ruby on Rails project from Rails 7.0.8 (using Rack 2.2) to Rails 7.1 (which uses Rack 3.0). This is not a Rails issue, as downgrading from Rack 3 to Rack 2 solves it.
There is no error when using Rack 3 without Passenger (for example, Nginx with Puma), so this is not a Rack issue either.
It's important to note that Rack 3 is the default for Ruby on Rails 7.1, so, new apps and upgraded apps could break!
Question 2: Passenger version and integration mode:
open source 6.0.18/nginx 1.18.0
Question 3: OS or Linux distro, platform (including version):
Ubuntu 22.04.3 LTS x86-64
Question 4: Passenger installation method:
Your answer:
[ ] RubyGems + Gemfile
[ ] RubyGems, no Gemfile
[x] Phusion APT repo
[ ] Phusion YUM repo
[ ] OS X Homebrew
[ ] source tarball
[ ] Other, please specify:
Question 5: Your app's programming language (including any version managers) and framework (including versions):
Ruby 3.2.2 with YJIT, RVM, Rails 7.1 RC2
Question 6: Are you using a PaaS and/or containerization? If so which one?
No.
Question 7: Anything else about your setup that we should know?
No.
We strive for quality and appreciate you taking the time to submit a report! Please note that if you want guaranteed response times and priority issue support we encourage you to join our enterprise customer base. They also provide us with the means to continue our high level of open source support!