HomeHelpTrac

Changeset 13858 for trunk/simg


Ignore:
Timestamp:
03/31/10 04:11:01 (2 years ago)
Author:
Anton Lesnikov
Message:
  1. Captcha
  2. Sessions engine
  3. Updated Join
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/simg/simg.php

    r12407 r13858  
    3636 
    3737$hashtext = md5($textstr); 
    38 setcookie('strSec', $hashtext, 0, '/'); 
     38 
     39bx_import('BxDolSession'); 
     40$oSession = BxDolSession::getInstance(); 
     41$oSession->setValue('strSec', $hashtext); 
    3942 
    4043if ( produceSecurityImage( $textstr, $hashtext ) != IMAGE_ERROR_SUCCESS ) 
Note: See TracChangeset for help on using the changeset viewer.