Per (Deprecated) List of cookies used by Discourse Discourse leverages a Session cookie for storing session data, but I also see this session object on the frontend which says that:
It is not stored or serialized anywhere.
Does that mean that the data in this Session object isn’t stored in the cookie and subject to a browser’s memory constraints?