//sesssion unregister session_start(); session_unregister("s_name"); session_unregister("u_type"); header("location:index.html"); ?>