How to use session in yii?
Answer / Deepak Shukla
To use sessions in YII, you can access the $app->session object. This allows you to set and get session variables. Sessions are automatically started when a user visits your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to set default controller on yii project ?
In yii, how to get ip address?
How to use delete(), insert() and save() methods in yii2?
What is the component, helper and why are they used, is there other way we can do same thing, what is better?
How to pass parameters from controller to layout in yii2?
What is required properties in yii application? Why?
What about the naming convention in yii?
How to use datetimepicker in yii2?
How we can remove index.php from url in yii?
What is the first function that gets loaded from a controller?
Explain request life cycle in yii2 framework.
How to use form validations in yii?