Session id changed on load

Using advanced template.
When user is guest, session id remains the same. However when user is logged in, session id is changed everytime a page is reloaded.

I extended yii\web\User component to for sso login and to customize login actions. There’s nothing in my code which explicitly start or destroy a session.
Any suggestion what to look for to see what might be the cause of session id changed?