Answer the question
In order to leave comments, you need to log in
Yii2: Why is data not being written to the session?
Good afternoon.
Why is data not being written to the session?
$session = Yii::$app->session;
$session->open();
$session->set('language', 'ru');
print_r($session);
yii\web\Session#1
(
[flashParam] => '__flash'
[handler] => null
[yii\web\Session:_cookieParams] => [
'httponly' => true
]
[yii\web\Session:_hasSessionId] => null
[yii\base\Component:_events] => []
[yii\base\Component:_behaviors] => null
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question