When building custom Login UI with Session API, what to store in the client browser?
After Update session with user password https://zitadel.com/docs/guides/integrate/login-ui/username-password#update-session-with-password
Is this mean I can store the Session ID in the user's cookie? is the session ID are designed for that?
After user successfully login with session api? what kind of user token I can use to authn my API?
Is this mean I can store the Session ID in the user's cookie? is the session ID are designed for that?
After user successfully login with session api? what kind of user token I can use to authn my API?

