Changeset 535 for trunk/lib


Ignore:
Timestamp:
Aug 3, 2015 7:54:17 PM (9 years ago)
Author:
anonymous
Message:

Added nav page ids to service scripts. Logging unauthenticated sessions.

File:
1 edited

Legend:

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

    r502 r535  
    678678            }
    679679            $app->logMsg(sprintf('User_id %s (%s) session expired: %s', $this->get('user_id'), $this->get('username'), join(', ', $expire_reasons)), LOG_INFO, __FILE__, __LINE__);
     680        } else {
     681            $app->logMsg('No authenticated token in _SESSION', LOG_DEBUG, __FILE__, __LINE__);
    680682        }
    681683
Note: See TracChangeset for help on using the changeset viewer.