×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
2020/01/31 · Got errors: ini_set(): A session is active. You cannot change the session module's ini settings at this time. Uncaught Zend\Session\Exception\ ...
Session containers are the primary interface with which most application developers will work; they contain the data currently in the session, and allow you to ...
2013/06/26 · Manipulating the set-cookie header in a Zend\Http\Response, one might choose to set the Expires cookie attribute using Zend\Http\Header\SetCookie::setExpires().
Zend Framework comes with a standard set of config classes which are ready for you to use. Config handles setting various configuration such as where a cookie ...
zend-authentication provides persistent storage of the identity from a successful authentication attempt using PHP session facilities.
Zend Session Clustering is a PHP session storage mechanism which uses a network of independent daemons running on frontal web servers to store and share ...
Zend\Session\Container. Session storage container. Allows for interacting with session storage in isolated containers, which may have their own expiries, ...
2014/04/29 · In today's article, the first in a two-part series looking at using sessions in Zend Framework 2, we're going to show how to get a basic configuration up and ...
Check whether the cookie is a session cookie (has no expiry time set), SetCookie. isValidForRequest(), SetCookie. match(), Checks whether the cookie should be ...