CookieSessionHandler
class CookieSessionHandler implements SessionHandlerInterface (View source)
Свойства
| protected Factory | $cookie | Экземпляр хранилища куки. | |
| protected Request | $request | Экземпляр запроса. |
Методы
| void | __construct(QueueingFactory $cookie, int $minutes) Создать новый экземпляр обработчика сессии, использующий куки. | |
| open($savePath, $sessionName) {@inheritdoc} | ||
| close() {@inheritdoc} | ||
| read($sessionId) {@inheritdoc} | ||
| write($sessionId, $data) {@inheritdoc} | ||
| destroy($sessionId) {@inheritdoc} | ||
| gc($lifetime) {@inheritdoc} | ||
| void | setRequest(Request $request) Установить экземпляр запроса. |
Подробное описание
void __construct(QueueingFactory $cookie, int $minutes)
Создать новый экземпляр обработчика сессии, использующего куки.
open($savePath, $sessionName)
{@inheritdoc}
close()
{@inheritdoc}
read($sessionId)
{@inheritdoc}
write($sessionId, $data)
{@inheritdoc}
destroy($sessionId)
{@inheritdoc}
gc($lifetime)
{@inheritdoc}
void setRequest(Request $request)
Установить экземпляр запроса.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.1/Illuminate/Session/CookieSessionHandler.html