Documentation

CookieSessionHandler extends Component
in package
implements ISessionHandler Uses TSessionHandler

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

ISessionHandler

Properties

$expires  : int
The number of seconds after the session cookie is set that it should expire.
$domain  : string
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
close()  : bool
destroy()  : bool
extends()  : bool
gc()  : int|false
getDomain()  : string
getExpires()  : int
getReflection()  : ReflectionClass
open()  : bool
read()  : string|false
setExpires()  : void
write()  : bool
init()  : mixed
setDomain()  : void

Properties

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__construct()

public __construct(string $domain[, string $expires = 0 ]) : mixed
Parameters
$domain : string

The (sub)domain that the cookies that are written is available to.

$expires : string = 0

The number of seconds after the session cookie is set/session is created that it should expire.

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

read()

public read(string $session_id) : string|false
Parameters
$session_id : string
Return values
string|false

        
On this page

Search results