I have upgrade my laravel 5.2 to 5.3 and I am using it just for my webapi. Previously session was working fine. But when I upgrade it to 5.3 my session stop working.
I am using below code
Session::put(['webapi_logged_in' => true, 'webapi_loggedin_user' => 'dummydata']);
and when I try to get it with another function Session::get('webapi_logged_in')
it always return NULL value
Can anyone help me with this
Thanks
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire