为啥呢?
yii::$app->session->setflash('danger', 'city wide curfew');return yii::$app->controller->redirect(['/default/index'], 307);
在 /default/index 中 echo yii::$app->session->getflash('danger') 总是为空?
回复内容: 为啥呢?
yii::$app->session->setflash('danger', 'city wide curfew');return yii::$app->controller->redirect(['/default/index'], 307);
在 /default/index 中 echo yii::$app->session->getflash('danger') 总是为空?
我的解决方法是:在yii::$app->controller->redirect()后,yii::$app->end()