I understand, how to manage user authorization using Yii built-in mechanism, but its unclear for me where is stores sessions.
I don't see any new tables in my database, but login persists, which means there is a persistent storage on a server-side to match user cookie to a userId.
Don't like anything happening without me knowing how it is done, especially when talking about security related issues. Could anyone please explain where Yii stores sessions and how to configure it.