If a user saves his password in the keyring, his session will be stored in the config file.
Session means: Cookies and session key.
These both get encrypted with the key that's stored in the keyring.
That means, nothing is stored in plain text and everything is encrypted.
If a user doesn't want to store his password in the keyring his session won't be saved.