<?php /** * Thin PHP Framework (TPF) 2011-2012 http://thinphp.com * @package app.conf * @license TPF License http://bit.ly/TPFLicense */ // Configuration for Extensions $ext_i = array( //--- Authentication extension 'authentication_login_username_session' => 'tpf_login_username' // session name //--- MathCaptcha ,'mathcaptcha_security_session' => 'tpf_mathcaptcha' // session name );