<?php session_start();
if( isset( $_SESSION["DATA"] ) ) { $_SESSION["DATA"] = 0; }
?>
<html> <body> <a href="test_02.php">確認画面へ</a> </body> </html>