


?>
header('Content-Type: application/json');
<?php
print json_encode($reply);
$reply=array();
$reply['status']='ok';
$_SESSION['history']=array();
session_save_path("sess");
$_SESSION['secret_number']=rand(1,10);
session_start(); 
