CookieSessionHandler::close()

close() {@inheritdoc}

CookieSessionHandler

CookieSessionHandler class CookieSessionHandler implements SessionHandlerInterface (View source) Methods void __construct(QueueingFactory $cookie, int $minutes) Create a new cookie driven handler instance. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($lifetime) {@inheritdoc} void setRequest(Request $request) Set the request instance.

CookieServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

CookieServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

CookieServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

CookieServiceProvider::register()

void register() Register the service provider. Return Value void

CookieServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

CookieServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

CookieServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

CookieServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array