I am using yii2-basic. I want to use active sessions everywhere in yii2. How can I do it? I mean where should I put this code (layout.php? web\index.php?) or there is any config in config.php to make session auto active?
$session = Yii::$app->session;
Sorry for my bad english.