lundi 4 janvier 2016

Laravel Session Unset Not working

I created a session by using Session::put('user', $user_details);

So i need to unset this while logout i tried

1 . Session::flush();
2 . Session::forget('user', $user_details);

but both didnt worked. any idea ?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire