誰もが私を助けることができます..
登録フォームでキャプチャを使用したい。タンク認証で Codeigniter 2.0 を使用していますが、登録すると常にキャプチャが期限切れになります。
キャプチャ タンク認証のこの構成:
$config['captcha_path'] = 'captcha/';
$config['captcha_fonts_path'] = 'captcha/fonts/1.ttf';
$config['captcha_width'] = 200;
$config['captcha_height'] = 50;
$config['captcha_font_size'] = 18;
$config['captcha_grid'] = FALSE;
$config['captcha_expire'] = 180;
$config['captcha_case_sensitive'] = FALSE;