Search for session
- Search 7.x for session
- Search 8.9.x for session
- Search 10.3.x for session
- Search 11.x for session
- Search main for session
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| session | service | core/ |
Symfony\Component\HttpFoundation\Session\Session |
| Session | class | core/ |
Wrap session logic around a HTTP request. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| SessionHandler::open | function | core/ |
#[\ReturnTypeWillChange] |
| SessionHandler::read | function | core/ |
#[\ReturnTypeWillChange] |
| SessionHandler::write | function | core/ |
#[\ReturnTypeWillChange] |
| SessionHandler::__construct | function | core/ |
Constructs a new SessionHandler instance. |
| SessionHttpsTest | class | core/ |
Ensure that when running under HTTPS two session cookies are generated. |
| SessionHttpsTest.php | file | core/ |
|
| SessionHttpsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SessionHttpsTest::$insecureSessionName | property | core/ |
The name of the session cookie when using HTTP. |
| SessionHttpsTest::$modules | property | core/ |
Modules to enable. |
| SessionHttpsTest::$secureSessionName | property | core/ |
The name of the session cookie when using HTTPS. |
| SessionHttpsTest::assertSessionIds | function | core/ |
Tests that there exists a session with two specific session IDs. |
| SessionHttpsTest::getGuzzleCookieJar | function | core/ |
Creates a new Guzzle CookieJar with a Xdebug cookie if necessary. |
| SessionHttpsTest::getPathFromLocationHeader | function | core/ |
Extracts internal path from the location header on the response. |
| SessionHttpsTest::getUserLoginFormBuildId | function | core/ |
Gets the form build ID for the user login form. |
| SessionHttpsTest::httpsUrl | function | core/ |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
| SessionHttpsTest::httpUrl | function | core/ |
Builds a URL for submitting a mock HTTP request to HTTPS test environments. |
| SessionHttpsTest::loginHttp | function | core/ |
Log in a user via HTTP. |
| SessionHttpsTest::loginHttps | function | core/ |
Log in a user via HTTPS. |
| SessionHttpsTest::setUp | function | core/ |
|
| SessionHttpsTest::testHttpsSession | function | core/ |
Tests HTTPS sessions. |
| SessionManager | class | core/ |
Manages user sessions. |
| SessionManager.php | file | core/ |
|
| SessionManager::$connection | property | core/ |
The database connection to use. |
| SessionManager::$requestStack | property | core/ |
The request stack. |
| SessionManager::$sessionConfiguration | property | core/ |
The session configuration. |
| SessionManager::$startedLazy | property | core/ |
Whether a lazy session has been started. |
| SessionManager::$writeSafeHandler | property | core/ |
The write safe session handler. |
| SessionManager::delete | function | core/ |
Ends a specific user's session(s). |
| SessionManager::destroy | function | core/ |
Destroys the current session and removes session cookies. |
| SessionManager::getId | function | core/ |
|
| SessionManager::getSessionDataMask | function | core/ |
Returns a map specifying which session key is containing user data. |
| SessionManager::isCli | function | core/ |
Returns whether the current PHP process runs on CLI. |
| SessionManager::isSessionObsolete | function | core/ |
Determines whether the session contains user data. |
| SessionManager::regenerate | function | core/ |
|
| SessionManager::save | function | core/ |
|
| SessionManager::setWriteSafeHandler | function | core/ |
Sets the write safe session handler. |
| SessionManager::start | function | core/ |
|
| SessionManager::startNow | function | core/ |
Forcibly start a PHP session. |
| SessionManager::__construct | function | core/ |
Constructs a new session manager instance. |
| SessionManagerDestroyNoCliCheckTest | class | core/ |
Tests starting and destroying a session from the CLI. |
| SessionManagerDestroyNoCliCheckTest.php | file | core/ |
|
| SessionManagerDestroyNoCliCheckTest::testCallSessionManagerStartAndDestroy | function | core/ |
Tests starting and destroying a session from the CLI. |
| SessionManagerInterface | interface | core/ |
Defines the session manager interface. |
| SessionManagerInterface.php | file | core/ |
|
| SessionManagerInterface::delete | function | core/ |
Ends a specific user's session(s). |
| SessionManagerInterface::destroy | function | core/ |
Destroys the current session and removes session cookies. |
| SessionManagerInterface::setWriteSafeHandler | function | core/ |
Sets the write safe session handler. |
| SessionManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\SessionManager[[api-linebreak]] @group Session |
| SessionManagerTest.php | file | core/ |
|
| SessionManagerTest::testGetIdWithoutSession | function | core/ |
@group legacy |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.