Currently sessions are stored in a database table. Of course they have an expire timestamp. I wonder, when a sessions reaches it's expirationdate, will the record also be deleted from the database? I cannot find that particular info in the Yii-docs.
The records will delete. You can check it HERE. Methods calls from THIS row. But if you need you can override class for sessions and use your custom logic.