SessionFactory

实现 ContainerAwareInterface

用于创建会话 API 对象的工厂

4.0.0

Joomla CMS

方法

configureSessionHandlerOptions

解析会话处理程序的选项。

configureSessionHandlerOptions(\Symfony\Component\OptionsResolver\OptionsResolver resolver) : 

4.0.0

参数

解析器

OptionsResolver选项解析器。

响应

void

createSessionHandler

根据应用程序配置创建一个会话处理程序。

createSessionHandler(mixed||string|int options) : \Joomla\Session\HandlerInterface

4.0.0

参数

选项

array<string|int, mixed>用于实例化 SessionInterface 实例的选项。

响应

HandlerInterface