I keep losing sessions on one of my development machines. At first it would happen at a couple of random moments, but the problem got worse and now it happens immediately after logging in.
I can see that there is one session file created upon landing on the website, one is created when logging in (containing the appropriate roles etc) and one is create directly thereafter (without the auth information) effectively logging me out.
It only happens on one dev machine, everything is fine on another dev machine and in production.
Does anyone have a clue?
UPDATE:
Turns out the LIIPImagineBundle breaks my setup somehow. As long as I don't create a writeable folder (/media/cache) for the bundle, everything is fine (except for the images). As soon as I create the folder, everything breaks again. Does anyone know why this may be?