-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Description
- php7.0.2
- yii2.0.6
yii2/web/Session.php
public function regenerateID($deleteOldSession = false)
{
// add @ to inhibit possible warning due to race condition
// https://github.com/yiisoft/yii2/pull/1812
@session_regenerate_id($deleteOldSession);
}
I know this is a php7's bug https://bugs.php.net/bug.php?id=71187 .
But when I use yii2 debug, there is no any error messages expect http 500.