Laravel sessions regenerating on every load
I'm having a lot of problems and I really can't seem to find a solution. Yesterday, I finished up doing some work on a vagrant box in Laravel. When I shut down the computer, login functionality was working fine. On opening everything up today I find sessions are no longer working. I've tried everything I can think of but I cannot log in now and flash data doesn't work. Every page load a new session is created - e.g using the native driver, if I login, it creates two sessions - one for the login page, and one for the posted login page. If I use a database driver I get the same result. Every