Documentation

DatabaseSessionHandler extends BaseSessionHandler
in package

Table of Contents

$blockingTimeout  : int
$lifeTime  : int
$prefix  : string
$session  : string
$table  : string
$app  : App
__construct()  : mixed
close()  : bool
delete()  : bool
destroy()  : bool
gc()  : bool
get()  : string
open()  : bool
read()  : string
set()  : bool
write()  : bool
auth()  : Auth
prefix()  : string
Session name prefix olarak kullanılacak
request()  : Request
table()  : QueryBuilder

Properties

Methods

__construct()

public __construct(App $app, array<string|int, mixed> $config) : mixed
Parameters
$app : App
$config : array<string|int, mixed>
Return values
mixed

delete()

public delete(string $key) : bool
Parameters
$key : string

session_id

Tags
inheritDoc
Return values
bool

destroy()

public destroy(mixed $id) : bool
Parameters
$id : mixed
Tags
inheritDoc
Return values
bool

gc()

public gc(mixed $max_lifetime) : bool
Parameters
$max_lifetime : mixed
Tags
inheritDoc
Return values
bool

get()

public get(string $key) : string
Parameters
$key : string

session_id

Tags
inheritDoc
Return values
string

Encoded string session data

open()

public open(mixed $path, mixed $name) : bool
Parameters
$path : mixed
$name : mixed
Tags
inheritDoc
Return values
bool

read()

public read(mixed $id) : string
Parameters
$id : mixed
Tags
inheritDoc
Return values
string

set()

public set(string $key, string $session_data) : bool
Parameters
$key : string

session_id

$session_data : string
Tags
inheritDoc
Return values
bool

write()

public write(mixed $id, mixed $data) : bool
Parameters
$id : mixed
$data : mixed
Tags
inheritDoc
Return values
bool

prefix()

Session name prefix olarak kullanılacak

protected prefix(string $key) : string
Parameters
$key : string
Return values
string

key with prefix

Search results