I have a facebook Iframe application with multiple PHP pages in it.
I have some links that point relatively to the files inside my \"iframe folder\".
Having
I think the best solution is to manually keep track of the session ID i.e. by using session_id($_GET['session]); Just make sure you do this before calling session_start(); and everything works.
session_id($_GET['session]);
session_start();