SessionFactory
Implements \Joomla\DI\ContainerAwareInterfaceFactory for creating session API objects
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
configureSessionHandlerOptions
Resolve the options for the session handler.
configureSessionHandlerOptions(\Symfony\Component\OptionsResolver\OptionsResolver resolver) : void
since |
4.0.0 |
---|
Arguments
- resolver
\Symfony\Component\OptionsResolver\OptionsResolver
The options resolver.
createSessionHandler
Create a session handler based on the application configuration.
createSessionHandler(array options) : \Joomla\Session\HandlerInterface
since |
4.0.0 |
---|
Arguments
- options
array
The options used to instantiate the SessionInterface instance.
Response
\Joomla\Session\HandlerInterface