这个是扫描一个项目的文件目录下的文件名 然后进行比较如果存在返回true
$file = scandir('../storage/framework/sessions'); if (in_array(session()->getId(),$file)){ return dd('ok'); }