Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Test 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::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::migrateStoredSession | function | core/ |
Migrates the current session to a new session id. |
| 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. |
| 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. |
| Sessions | group | core/ |
Store and retrieve data associated with a user's browsing session. |
| SessionTest | class | core/ |
Drupal session handling tests. |
| SessionTest | class | core/ |
Tests that sessions don't expire. |
| 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::$dumpHeaders | property | core/ |
|
| SessionTest::$modules | property | core/ |
Modules to enable. |
| SessionTest::$modules | property | core/ |
Modules to enable. |
| SessionTest::assertSessionCookie | function | core/ |
Assert whether the SimpleTest browser sent a session cookie. |
Pagination
- Previous page
- Page 1099
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.