2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-17 18:04:11 +08:00
discourse/lib/action_dispatch/session
David Taylor 31306d5f71
DEV: Only write session cookie when contents is changed (#33828)
By default, Rack/Rails will include the session cookie in every
response, even if its content hasn't changed. This makes race conditions
very likely when multiple requests are made in parallel.
2025-07-25 11:07:07 +01:00
..
discourse_cookie_store.rb DEV: Only write session cookie when contents is changed (#33828) 2025-07-25 11:07:07 +01:00