We are making microsites using Laravel 5 which are included as Iframe in another webpage.
Internet Explorer has the problem, that session cookies are not working in iframe.
So we developed a quite hacky solution to keep the session IDs in the URLs.
I am wondering if there is a ready-made solution for this (I will post my solution later as answer / make a nice module if there is not already a good solution)