As we can see the initial cookie OSTSESSID with the value of POC-COOKIE is a Guest User context cookie, i.e. not authenticated.
We access the login panel:
And we log in. As we can see in the server response, it does not set us any new cookie configured to the authenticated context.
Finally, we can see that we have been correctly logged in with the user benjugat and the cookie has not been modified or changed by a new one, and it keeps the initial cookie POC-COOKIE. The server has changed it from unauthenticated to authenticated context.