Ignore:
Timestamp:
Nov 1, 2012, 10:18:03 AM (12 years ago)
Author:
plg
Message:

feature 2783: ability to disable ip address in the session id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r18637 r18850  
    405405// session_length : time of validity for normal session, in seconds.
    406406$conf['session_length'] = 3600;
     407
     408// session_use_ip_address: avoid session hijacking by using a part of the IP
     409// address
     410$conf['session_use_ip_address'] = true;
    407411
    408412// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.