Subversion Repositories oidplus

Rev

Rev 569 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 569 Rev 571
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
if (!defined('INSIDE_OIDPLUS')) die();
20
if (!defined('INSIDE_OIDPLUS')) die();
21
 
21
 
22
class OIDplusSessionHandler implements OIDplusConfigInterface {
22
class OIDplusSessionHandler implements OIDplusGetterSetterInterface {
23
 
23
 
24
        private $secret = '';
24
        private $secret = '';
25
        protected $sessionLifetime = '';
25
        protected $sessionLifetime = '';
26
 
26
 
27
        public function __construct() {
27
        public function __construct() {