CookieSessionHandler
class CookieSessionHandler implements SessionHandlerInterface (View source)
Свойства
| protected Factory | $cookie | Экземпляр хранилища cookie. | |
| protected Request | $request | Экземпляр запроса. | |
| protected int | $minutes | Количество минут, в течение которых сессия должна быть действительной. |
Методы
| void | __construct(QueueingFactory $cookie, int $minutes) Создать новый экземпляр обработчика, использующего cookie. | |
| 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)
Создать новый экземпляр обработчика, использующего cookie.
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.3/Illuminate/Session/CookieSessionHandler.html