Changeset 633 for branches/1.1dev/lib


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/lib/App.inc.php

    r608 r633  
    546546    // - sessions are enabled
    547547    // - the link stays on our site
    548     // - transparent SID propogation with session.use_trans_sid is not being used OR url begins with protocol (using_trans_sid has no effect here)
     548    // - transparent SID propagation with session.use_trans_sid is not being used OR url begins with protocol (using_trans_sid has no effect here)
    549549    // OR
    550550    // - we must include the SID because we say so (it's used in a context where cookies will not be effective, ie. moving from http to https)
     
    558558                    || !$CFG->session_use_cookies
    559559                )
     560                && $CFG->session_use_trans_sid
    560561                && $CFG->enable_session
    561562                && isMyDomain($url)
Note: See TracChangeset for help on using the changeset viewer.