<?php session_start(); $_SESSION["sdata"]="保存データ"; session_write_close(); ?>
<html> <body>
セッション保存しました!
</body> </html>