Remove unnecessary setting of is_webview before session create

This commit is contained in:
Kijin Sung 2023-07-23 20:45:34 +09:00
parent a2932ee8c8
commit a07b8fef58

View file

@ -116,12 +116,6 @@ class Session
self::$_started = true;
$must_create = $must_refresh = false;
// Check whether the visitor uses Android webview.
if (!isset($_SESSION['is_webview']))
{
$_SESSION['is_webview'] = self::_isBuggyUserAgent();
}
// Check if the session has been initialized for Rhymix.
if (!isset($_SESSION['RHYMIX']))
{