hello friends, i need to modify the authTimeout from database.
thanks.
hello friends, i need to modify the authTimeout from database.
thanks.
Do you want it globally or per user?
hi sam, globally .
Is it a CMS where you want user who doesn’t have access to code to set it via admin panel?
Hi Sam, really I just need to change that value from my database
Then do it at bootstrapping before session is initialized. The property itself is acessible as Yii::$app->user->authTimeout
.
thank you very much sam!!! SOLVED