Documentation

AuthHordeSession
in package
implements MiddlewareInterface

AuthHordeSession middleware

Purpose: Identify the session as either user or a guest

Sets Attributes:

  • HORDE_AUTHENTICATED_USER the uid, if authenticated
  • HORDE_GUEST true if not authenticated

Table of Contents

Interfaces

MiddlewareInterface

Properties

$registry  : Horde_Registry

Methods

__construct()  : mixed
process()  : ResponseInterface

Properties

Methods

process()

public process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
$request : ServerRequestInterface
$handler : RequestHandlerInterface
Return values
ResponseInterface

        
On this page

Search results