clam2021/public/js/lib/demo/captcha/newsession.php
2021-05-13 13:04:00 -03:00

12 lines
177 B
PHP

<?php
// Include the random string file
require 'rand.php';
// Begin a new session
session_start();
// Set the session contents
$_SESSION['captcha_id'] = $str;
?>