php session is handled by the SessionHandler class http://php.net/manual/en/class.sessionhandler.php the destroy method clears the session when expired. You will need to write your own session handler probably extend the existing Laravel session handler would do. this might help https://laravel.com/docs/5.1/session#adding-custom-session-drivers
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community