Ignore:
Timestamp:
2007/10/02 16:43:32 (17 years ago)
Author:
naka
Message:

セッションIDのフォーマットチェックを削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/helper/SC_Helper_Mobile.php

    r16209 r16232  
    102102        } 
    103103        if (!isset($sessionId)) { 
    104             return false; 
    105         } 
    106  
    107         // セッションIDのフォーマットをチェックする。 
    108         if (preg_match('/^[0-9a-zA-Z,-]{32,}$/', $sessionId) < 1) { 
    109             GC_Utils_Ex::gfPrintLog("Invalid session id : sid=$sessionId"); 
    110104            return false; 
    111105        } 
Note: See TracChangeset for help on using the changeset viewer.