ultimatepos/resources/plugins/jquery-validation-1.16.0/demo/captcha/newsession.php

11 lines
163 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;