Files
Phraseanet/www/include/jslibs/jquery-validation/demo/captcha/newsession.php
2013-09-25 17:24:40 +02:00

13 lines
167 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;
?>