A
A
Anton2016-05-19 17:27:08
Yii
Anton, 2016-05-19 17:27:08

How to store user in cookies?

When a user logs in like this, Yii::$app->user->login($user);
it is not stored in cookies by default, how can I make it save???

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Антон Натаров, 2016-05-19
Reytarovsky @Antonchik

Не совсем безопасно хранить юзера в куках. Куки могут свистнуть или подменить и что вы делать будете в таком случае?
Инфу текущего залогиненого пользователя можно получать так
Yii::$app->user->identity->id ну или еще что то. если не Id. Легковесный запрос и решает кучу вопросов по получению текущих дел.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question