Show
Ignore:
Timestamp:
06/02/2008 12:51:45 PM (6 months ago)
Author:
Geert
Message:

Follow-up on #622. Cleaning up comments and i18n. Also dropping valid::id().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/session.php

    r2594 r2742  
    1313 
    1414/** 
    15  * Default session name. 
    16  * It should contain only alphanumeric characters and at least one letter should be present. 
     15 * Session name. 
     16 * It must contain only alphanumeric characters and underscores. At least one letter must be present. 
    1717 */ 
    1818$config['name'] = 'kohanasession';