会话不会在laravel 5.1中持续存在

时间:2016-07-02 05:17:48

标签: php laravel-5.1

这是我的AuthController @ authentication

Session::put('active_user','USER_INFO');
Session::save();

当我尝试访问中间件 Authenticate.php

中的会话时
Log::info(Session::get('active_user'));

我一无所获。

我用过

Illuminate\Support\Facades\Session

这是我的 route.php

Route::post('/login','AuthController@authenticate');

提前致谢。

0 个答案:

没有答案