So to sketch out our situation
We have a html page(domain: hyves.nl) with an iframe
in that iframe we load a php file (domain : atik.nl)
in that php file we start a session and we embed our swf file (domain : atik.nl )
in our swf file we access a special page "calls.php" (domain: atik.nl) where we can get some special data. (that's why we needed to start a session in the first php file so that it can share some authorizing data)
but beside that in our swf we want to connect to our amfphp gateway.php file (domain: atik.nl)
but when i try to do that. Charles (web debugging proxy) tells me i have an 500 server internal error.
Is it because amfphp doesn't do well with a session that is already started on the same domain ?
because when i try to run my amfphp browser it works until i go to the dedicated page, my amfphp browser fails also until i restart my web browser.
anybody any ideas?