interface SessionDirtyFlagStorageInterface

Interface for XELOS Specific Session Handlers

Methods

mixed
clean_user_session($session_id)

Marks the session for the givven session_id as clean

bool
is_dirty()

Dirty?

pollute_user_session($user_ids)

Marks the session for the given user_id as dirty

Details

at line 25
mixed clean_user_session($session_id)

Marks the session for the givven session_id as clean

Parameters

$session_id

Return Value

mixed

at line 31
bool is_dirty()

Dirty?

Return Value

bool

at line 17
pollute_user_session($user_ids)

Marks the session for the given user_id as dirty

Parameters

$user_ids