I'm editing a web page to access it only after login, so now it's a php page with an inital
<?php session_start(); ?>
and in the body of the page I test the value of a session variable.
All works fine but in the header there is flash animation that don't load background picture. In the old version of the page this picture was loaded fine but not now.
The address of old version of the page is this and new versione is this this
I think all depends on php session but I don't know any way to resolve this problem.
Can you help me?