Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • Fingerprint
  • Handler
  • Manager
  • RememberMe
  • SessionUser

Interfaces

  • FingerprintInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface FingerprintInterface

Session management

Direct known implementers

Xoops\Core\Session\Fingerprint
Namespace: Xoops\Core\Session
Package: FingerprintInterface
Category: Xoops\Core\Session
Copyright: 2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Session/FingerprintInterface.php
Methods summary
public boolean
# checkSessionPrint( Xoops\Core\AttributeInterface $session )

This method manages a fingerprint

This method manages a fingerprint

Check current client Fingerprint against the values saved in the AttributeInterface object. Save the current Fingerprint to the AttributeInterface object Rate the fingerprint match pass/fail based on any changes On fail, clear the AttributeInterface object, leaving only the new client fingerprint

Parameters

$session

session manager object or another AttributeInterface implementing object

Returns

boolean
true if matched, false if not
API documentation generated by ApiGen