Y-SLD/assets/plugins/jquery-validation/demo/captcha/newsession.php

12 lines
166 B
PHP
Raw Normal View History

2024-03-01 11:23:55 +00:00
<?php
// Include the random string file
require 'rand.php';
// Begin a new session
session_start();
// Set the session contents
$_SESSION['captcha_id'] = $str;
?>