[Solved] Losing session after vagrant destroy/up with Symfony
So in the end i solved it by setting session handler to default from php.ini in config.yml session: handler_id: ~ there was a race condition because of vagrant shared folders From: https://github.com/symfony/symfony/issues/7885 The shared vagrant folder has to do a lot of syncing and is much slower than the rest of the folders on the … Read more