Distinction between the javascript Session object and the session cookie?

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?