mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
Since the session is backed by a cookie, storing too much data will lead to a cookie overflow error. A return path can be quite large sometimes, so intead of storing it in the session, this patch stores it in our server session.