SessionFactory
class SessionFactory implements SessionFactoryInterface (View source)
Class SessionFactory Base concrete5 session factory.
\@package Concrete\Core\Session
Properties
private Application | $app | ||
private Request | $request |
Methods
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
Session
createSession()
Create a new symfony session object This method MUST NOT start the session.
private SessionStorageInterface
getSessionStorage(Repository $config)
No description
private SessionHandlerInterface
getSessionHandler(Repository $config)
No description