Introduce 使用SESSION代替Token进行前后端交互,可以正常使用SESSION功能且兼容SESSION所有驱动方式。只需要替换掉原有的SESSION驱动即可 Code <?php namespace App\Http\Middleware; use Closure; use Il