Ignore:
Timestamp:
May 30, 2019 5:28:57 AM (5 years ago)
Author:
anonymous
Message:

Remove App's 'ssl_domain' and 'ssl_enabled' parameters; determine SSL usage by detecting the presence of HTTPS env var (or HTTP_X_FORWARDED_PROTO). Update Session parameters for greater logevity and security. Add 'session_dir' to store site-specific sess_* files with a longer gc_maxlifetime duration.

File:
1 edited

Legend:

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

    r679 r690  
    13991399
    14001400/**
    1401  * Returns a fully qualified URL to the current script, including the query.
     1401 * Returns a fully qualified URL to the current script, including the query. If you don't need the scheme://, use REQUEST_URI instead.
    14021402 *
    14031403 * @return string    a full url to the current script
Note: See TracChangeset for help on using the changeset viewer.