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 change the existing style of yii pagination?
How to include a view file in another view file yii?
How we can change the url for yii::app()->homeurl in yii2?
Which orm does yii2 supports?
How to get current action & controller name in yii2?
How to pass parameters from controller to layout in yii2?
How to use module components and aliases?
Explain the application life cycle of yii framework ?
If you have to validate a registrations module for a user, what all can be possible ways, which one is the best?
What is name of first file the loaded when yii 2.0 framework starts?
Why do yii run so fast?
How we can call layouts in controller file in yii?