集合竞价中的卡点撤单现象与形态解析
// 读取session驱动$class = false !== strpos($config['type'], '\\') ? $config['type'] : '\\think\\session\\driver\\' . ucwords($config['type']);// 检查驱动类if (!class_exists($class) || !session_set_save_handler(new $class($config))) {throw new ClassNotFoundException('error session handler:' . $class, $class);}}if ($isDoStart) {session_start();self::$init = true;} else {self::$init = false;}}/*** session自动启动或者初始化* @return void
| config | { "id": "", "var_session_id": "", "prefix": "think", "type": "", "auto_start": true } |
| isDoStart | true |
| USER | www |
| HOME | /home/www |
| FCGI_ROLE | RESPONDER |
| SCRIPT_FILENAME | /juli/wwwroot/shouji.julisling.cn/public/index.php |
| QUERY_STRING | |
| REQUEST_METHOD | GET |
| CONTENT_TYPE | |
| CONTENT_LENGTH | |
| SCRIPT_NAME | /index.php |
| REQUEST_URI | / |
| DOCUMENT_URI | /index.php |
| DOCUMENT_ROOT | /juli/wwwroot/shouji.julisling.cn/public |
| SERVER_PROTOCOL | HTTP/1.0 |
| REQUEST_SCHEME | http |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_SOFTWARE | nginx/1.24.0 |
| REMOTE_ADDR | 127.0.0.1 |
| REMOTE_PORT | 41114 |
| SERVER_ADDR | 127.0.0.1 |
| SERVER_PORT | 10013 |
| SERVER_NAME | shouji.julisling.cn |
| REDIRECT_STATUS | 200 |
| PATH_INFO | |
| HTTP_HOST | diaocha.julisling.cn |
| HTTP_X_REAL_IP | 216.73.216.135 |
| HTTP_X_FORWARDED_FOR | 216.73.216.135 |
| HTTP_X_FORWARDED_PROTO | https |
| HTTP_CONNECTION | close |
| HTTP_ACCEPT | */* |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1765239989.1618 |
| REQUEST_TIME | 1765239989 |
| APP_PATH | /juli/wwwroot/shouji.julisling.cn/public/../application/ |
| THINK_VERSION | 5.0.5 |
| THINK_START_TIME | 1765239989.1627 |
| THINK_START_MEM | 261936 |
| EXT | .php |
| DS | / |
| THINK_PATH | /juli/wwwroot/shouji.julisling.cn/thinkphp/ |
| LIB_PATH | /juli/wwwroot/shouji.julisling.cn/thinkphp/library/ |
| CORE_PATH | /juli/wwwroot/shouji.julisling.cn/thinkphp/library/think/ |
| TRAIT_PATH | /juli/wwwroot/shouji.julisling.cn/thinkphp/library/traits/ |
| ROOT_PATH | /juli/wwwroot/shouji.julisling.cn/ |
| EXTEND_PATH | /juli/wwwroot/shouji.julisling.cn/extend/ |
| VENDOR_PATH | /juli/wwwroot/shouji.julisling.cn/vendor/ |
| RUNTIME_PATH | /juli/wwwroot/shouji.julisling.cn/runtime/ |
| LOG_PATH | /juli/wwwroot/shouji.julisling.cn/runtime/log/ |
| CACHE_PATH | /juli/wwwroot/shouji.julisling.cn/runtime/cache/ |
| TEMP_PATH | /juli/wwwroot/shouji.julisling.cn/runtime/temp/ |
| CONF_PATH | /juli/wwwroot/shouji.julisling.cn/public/../application/ |
| CONF_EXT | .php |
| ENV_PREFIX | PHP_ |
| IS_CLI | false |
| IS_WIN | false |