SessionFactory
Implements 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) :
since |
4.0.0 |
---|
Arguments
- resolver
OptionsResolver
The options resolver.
Response
void
createSessionHandler
Create a session handler based on the application configuration.
createSessionHandler(mixed||string|int options) : \Joomla\Session\HandlerInterface
since |
4.0.0 |
---|
Arguments
- options
array<string|int, mixed>
The options used to instantiate the SessionInterface instance.
Response
HandlerInterface