79347320

Date: 2025-01-11 00:47:07
Score: 1
Natty:
Report link

probably not this, but just double check...

Simple mistake that could result in session loss would be calling

$this->redirect(...);

instead of

return $this->redirect(...);

As Yii does not call die() or exit() in this method and the code on the lines following your redirect will be executed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ricardo Grangeia