I built a form to submit data step by step. In between steps data is carried on from step 1 to step 2 and so on. That data is needed. 50% of the visitors access the form from different sites using an iframe.
Initially the data was stored in cookies. That worked in almost every browser, except iexplorer. I played for days with P3P but gave up. Nothing changed whatsoever. I then read that sessions didn't have this problem. So i changed the whole loginsystem to sessions.
Now I am testing the system and still every browser works using the form in an iframe, except ofcoarse Iexplorer.
Is there anything i can do?
Update: The server was in another timezone while it was located in my timezone. Changing the timezone was supposed to help, but didn't.