sessionce.php
<?php
session_start();
$_SESSION['username']="hahha";
echo "<script Language=\"JavaScript\">window.location='/betacom/ceshi.php'</script>"; 
?>ceshi.php
<?php
$haha=$_SESSION['username'];
echo $haha;
?>
怎么会这样的??请教,谢谢