Changeset 633 for branches/1.1dev/config


Ignore:
Timestamp:
Aug 9, 2018 10:21:49 PM (6 years ago)
Author:
anonymous
Message:

Add disabled session_use_trans_sid to defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/config/defaults.inc.php

    r570 r633  
    6868// Use php sessions?
    6969setDefault($CFG->enable_session, true);
     70
     71// Pass the session-id through URLs if cookies are not enabled?
     72// Disable this to prevent session ID theft.
     73setDefault($CFG->session_use_trans_sid, false);
    7074
    7175// Use mysql-based sessions?
Note: See TracChangeset for help on using the changeset viewer.