Ignore:
Timestamp:
2008/03/11 20:52:27 (18 years ago)
Author:
adachi
Message:

コメントの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php

    r17122 r17124  
    130130     */ 
    131131    function validateSession() { 
     132        /** 
     133         * PCサイトでは 
     134         *  ・セッションデータが適切に設定されているか 
     135         *  ・UserAgent 
     136         *  ・IPアドレス 
     137         *  ・有効期限 
     138         * モバイルサイトでは 
     139         *  ・セッションデータが適切に設定されているか 
     140         *  ・機種名 
     141         *  ・IPアドレス 
     142         *  ・有効期限 
     143         *  ・phone_id 
     144         * がチェックされる 
     145         */ 
    132146        return $this->state->validateSessionData(); 
    133147    } 
Note: See TracChangeset for help on using the changeset viewer.