Answer the question
In order to leave comments, you need to log in
How to track where sessions are reset?
The user's language and country setting is stored in the session. The session lifetime is 1 month in both Apache and yii.
'session' => [
'timeout' => 3600 * 24 * 30,
'cookieParams' => [
'lifetime' => 3600 * 24 * 30,
],
],
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