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.
Asked
Active
Viewed 81 times
1 Answers
1
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.

Danila Ganchar
- 10,266
- 13
- 49
- 75