Files
pannello/jquery/jquery-validation-1.9.0/demo/captcha/newsession.php
2015-10-08 11:00:52 +02:00

12 lines
166 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;
?>