How to use yii\web\DbSession $writeCallback

How to use yii\web\DbSession $writeCallback to write user_id to session table in database.

Where should I implement $writeCallback function.

Thanks!