Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/assets/plugins/jquery-validation/demo/captcha/
Upload File :
Current File : /home/bolconlineco/public_html/assets/plugins/jquery-validation/demo/captcha/newsession.php

<?php

// Include the random string file
require 'rand.php';

// Begin a new session
session_start();

// Set the session contents
$_SESSION['captcha_id'] = $str;

?>