Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::$startedLazy | property | core/ |
Whether a lazy session has been started. |
| SessionManager::destroy | function | core/ |
Destroys the current session and removes session cookies. |
| 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::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::destroy | function | core/ |
Destroys the current session and removes session cookies. |
| SessionManagerTest | class | core/ |
Tests Drupal\Core\Session\SessionManager. |
| SessionManagerTest.php | file | core/ |
|
| SessionManagerTest::testDeprecatedMiddlewaresArgument | function | core/ |
Tests that session manager is constructed with deprecated argument list. |
| Sessions | group | core/ |
Store and retrieve data associated with a user's browsing session. |
| SessionTest | class | core/ |
Tests that sessions don't expire. |
| SessionTest | class | core/ |
Drupal session handling tests. |
| SessionTest.php | file | core/ |
|
| SessionTest.php | file | core/ |
|
| SessionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SessionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SessionTest::$modules | property | core/ |
Modules to install. |
| SessionTest::$modules | property | core/ |
Modules to install. |
| SessionTest::assertSessionCookie | function | core/ |
Assert whether the test browser sent a session cookie. |
| SessionTest::assertSessionEmpty | function | core/ |
Assert whether the session is empty at the beginning of the request. |
| SessionTest::sessionReset | function | core/ |
Reset the cookie file so that it refers to the specified user. |
| SessionTest::setUp | function | core/ |
|
| SessionTest::testAnonymousSessionFixation | function | core/ |
Tests that an invalid session ID in the cookie is rejected. |
| SessionTest::testDataPersistence | function | core/ |
Tests data persistence via the session_test module callbacks. |
| SessionTest::testEmptyAnonymousSession | function | core/ |
Tests that empty anonymous sessions are destroyed. |
| SessionTest::testEmptySessionID | function | core/ |
Tests that empty session IDs are not allowed. |
| SessionTest::testSessionBag | function | core/ |
Tests session bag. |
| SessionTest::testSessionExpiration | function | core/ |
Tests that the session doesn't expire. |
Pagination
- Previous page
- Page 1260
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.