PHP Classes

File: public/asset/vendor/jquery-validation/demo/captcha/newsession.php

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/jquery-validation/demo/captcha/newsession.php   Download  
File: public/asset/vendor/jquery-validation/demo/captcha/newsession.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 166 bytes
 

Contents

Class file image Download
<?php

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

// Begin a new session
session_start();

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

?>