Tuesday, May 23, 2017

Destroying laravel session variable with plain php

I have created a seesion with laravel Session::put('cart', $cart);

How can I destroy it with php like session_destroy(); ? out side of laravel directory.



via Recoman

Advertisement