class SessionRequestComponent implements ComponentInterface (View source)

A HTTP component that initialises the standard Flow session with cookie information.

Properties

protected array $sessionSettings
protected SessionManagerInterface $sessionManager

Methods

void
handle(ComponentContext $componentContext)

No description

prepareCookie(string $name, string $value)

Prepares a cookie object for the session.

Details

void handle(ComponentContext $componentContext)

No description

Parameters

ComponentContext $componentContext

Return Value

void

protected Cookie prepareCookie(string $name, string $value)

Prepares a cookie object for the session.

Parameters

string $name
string $value

Return Value

Cookie