Use compact p3p policy in header of all web pages. header("P3P: CP=\"CUR ADM OUR NOR STA NID\"); 2009/7/30 kashi kashan <ksncool@xxxxxxxxx> > > > i have a problem in Sessions > > my code works in firefox,chorme but not in IE > > here is my code > > abc.php(session creat in this page) > =============================== > <?php > session_start(); > //------------------some code---------------------- > > $_SESSION['id'] = $user_id; > ?> > > > otherpage.php(retrive value from session) > ================================ > <?php > session_start(); > $id = $_SESSION['id']; > if($id=="") > { > echo "Your Session has Expired"; > exit; > } > else > { > //---------some code > } > ?> > > in IE, session variable do't have a value. > > plz tell me efficient solution > > > thankssss > > Mein kaha rukta ho aarsh-o-farsh ki awaz se... > Mujhe jana ha bohat oocha haad-e-paarwaz se > > [Non-text portions of this message have been removed] > > > [Non-text portions of this message have been removed]