Using php session in laravel 5 seems impossible to me. But there is no limit to knowledge.
I got a project from somebody in which php session was used in a laravel project. The project is so huge that converting the php sessions to laravel session is a huge task.
But it seems that the php session supports to work on localhost i.e. wamp and the project seems bug free. But deploying on the server its a mess. The server is a linux server. i tried to replicate the setttings to wamp. But can't get it working.
Is there any minor chance of making the application working without going through the whole project.
$_SESSIONshould not be too hard