Changeset 576 for trunk/docs


Ignore:
Timestamp:
Feb 27, 2017 2:17:21 PM (7 years ago)
Author:
anonymous
Message:

Updated to respect _NOSESSION constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/examples/_config.inc.php

    r547 r576  
    6767    'character_set' => 'utf-8',
    6868
    69     'enable_session' => true,
     69    'enable_session' => defined('_NOSESSION') ? false : true, // Enable session unless _NOSESSION is defined.
    7070    'enable_db_session_handler' => false,
    7171    'session_use_cookies' => true,
Note: See TracChangeset for help on using the changeset viewer.