SessionRequestComponent
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
prepareCookie(string $name, string $value)
Prepares a cookie object for the session.
Details
void
handle(ComponentContext $componentContext)
No description
protected Cookie
prepareCookie(string $name, string $value)
Prepares a cookie object for the session.