class SessionFactory implements SessionFactoryInterface (View source)

Class SessionFactory Base concrete5 session factory.

\@package Concrete\Core\Session

Properties

private Application $app
private Request $request

Methods

__construct(Application $app, Request $request)

No description

Session
createSession()

Create a new symfony session object This method MUST NOT start the session.

SessionStorageInterface
getSessionStorage(Repository $config)

No description

getSessionHandler(Repository $config)

No description

Details

__construct(Application $app, Request $request)

No description

Parameters

Application $app
Request $request

Session createSession()

Create a new symfony session object This method MUST NOT start the session.

Return Value

Session

private SessionStorageInterface getSessionStorage(Repository $config)

No description

Parameters

Repository $config

Return Value

SessionStorageInterface

private SessionHandlerInterface getSessionHandler(Repository $config)

No description

Parameters

Repository $config

Return Value

SessionHandlerInterface