Hi,
Just posting this for Google to index but we had an issue integrating SimpleSAMLphp 1.13 with Symfony 2.6 always giving "State information lost".
Our SF2 project was first setup using the memcached session handler but we wanted multi-tenancy which the memcached session handler will only support in the upcoming SSP 1.14.
So we decided to try the default phpsession session handler.
Unfortunately this always gave us "State information lost".
SSP tries to write to the session after Symfony closes the session.
Cheers,
Boy