Changeset 293 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Dec 11, 2007 10:53:46 PM (16 years ago)
Author:
quinn
Message:

Minor updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r282 r293  
    6565        'session_name' => '_session',
    6666        'session_use_cookies' => true,
     67       
     68        // Pass the session-id through URLs if cookies are not enabled?
     69        // Disable this to prevent session ID theft.
    6770        'session_use_trans_sid' => false,
    6871
Note: See TracChangeset for help on using the changeset viewer.