Changeset 577 for branches/1.1dev/lib


Ignore:
Timestamp:
Feb 27, 2017 2:20:12 PM (7 years ago)
Author:
anonymous
Message:

Need to init auth session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/AuthSQL.inc.php

    r570 r577  
    8787
    8888        $this->_auth_name = '_auth_' . $this->_params['auth_name'];
     89
     90        if (!isset($_SESSION[$this->_auth_name])) {
     91            $this->clearAuth();
     92        }
    8993    }
    9094
Note: See TracChangeset for help on using the changeset viewer.