Search for session
- Search 7.x for session
- Search 9.5.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 |
|---|---|---|---|
| SessionTest::testDataPersistence | function | core/ |
Test data persistence via the session_test module callbacks. |
| SessionTest::testEmptyAnonymousSession | function | core/ |
Test that empty anonymous sessions are destroyed. |
| SessionTest::testEmptySessionID | function | core/ |
Test that empty session IDs are not allowed. |
| SessionTest::testSessionBag | function | core/ |
Test session bag. |
| SessionTest::testSessionExpiration | function | core/ |
Tests that the session doesn't expire. |
| SessionTest::testSessionPersistenceOnLogin | function | core/ |
Tests storing data in Session() object. |
| SessionTest::testSessionSaveRegenerate | function | core/ |
Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate(). |
| SessionTest::testSessionWrite | function | core/ |
Test that sessions are only saved when necessary. |
| SessionTestController | class | core/ |
Controller providing page callbacks for the action admin interface. |
| SessionTestController.php | file | core/ |
|
| SessionTestController::clearSessionBagFlag | function | core/ |
Clears the test flag from the session test bag. |
| SessionTestController::get | function | core/ |
Prints the stored session value to the screen. |
| SessionTestController::getFromSessionObject | function | core/ |
Prints the stored session value to the screen. |
| SessionTestController::getId | function | core/ |
Print the current session ID. |
| SessionTestController::getIdFromCookie | function | core/ |
Print the current session ID as read from the cookie. |
| SessionTestController::getSession | function | core/ |
Returns the values stored in the active session and the user ID. |
| SessionTestController::hasSessionBagFlag | function | core/ |
Prints a message if the flag in the session bag is set. |
| SessionTestController::isLoggedIn | function | core/ |
Only available if current user is logged in. |
| SessionTestController::noSet | function | core/ |
Turns off session saving and then tries to save a value anyway. |
| SessionTestController::set | function | core/ |
Stores a value in $_SESSION['session_test_value']. |
| SessionTestController::setMessage | function | core/ |
Sets a message to me displayed on the following page. |
| SessionTestController::setMessageButDoNotSave | function | core/ |
Sets a message but call drupal_save_session(FALSE). |
| SessionTestController::setSession | function | core/ |
Sets a test value on the session. |
| SessionTestController::setSessionBagFlag | function | core/ |
Sets the test flag in the session test bag. |
| SessionTestController::traceHandler | function | core/ |
Returns the trace recorded by test proxy session handlers as JSON. |
| SessionTestForm | class | core/ |
Form controller for the test config edit forms. |
| SessionTestForm.php | file | core/ |
|
| SessionTestForm::buildForm | function | core/ |
Form constructor. |
| SessionTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| SessionTestForm::submitForm | function | core/ |
Form submission handler. |
| SessionTestSubscriber | class | core/ |
Defines a test session subscriber that checks whether the session is empty. |
| SessionTestSubscriber.php | file | core/ |
|
| SessionTestSubscriber::$emptySession | property | core/ |
Stores whether $_SESSION is empty at the beginning of the request. |
| SessionTestSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
| SessionTestSubscriber::onKernelRequestSessionTest | function | core/ |
Set header for session testing. |
| SessionTestSubscriber::onKernelResponseSessionTest | function | core/ |
Performs tasks for session_test module on kernel.response. |
| SessionTestTrait | trait | core/ |
Provides methods to generate and get session name in tests. |
| SessionTestTrait | trait | core/ |
Provides methods to generate and get session name in tests. |
| SessionTestTrait.php | file | core/ |
|
| SessionTestTrait.php | file | core/ |
|
| SessionTestTrait::$sessionName | property | core/ |
The name of the session cookie. |
| SessionTestTrait::generateSessionName | function | core/ |
Generates a session cookie name. |
| SessionTestTrait::getSessionName | function | core/ |
Returns the session name in use on the child site. |
| SessionWorkspaceNegotiator | class | core/ |
Defines the session workspace negotiator. |
| SessionWorkspaceNegotiator.php | file | core/ |
|
| SessionWorkspaceNegotiator::$currentUser | property | core/ |
The current user. |
| SessionWorkspaceNegotiator::$session | property | core/ |
The session. |
| SessionWorkspaceNegotiator::$workspaceStorage | property | core/ |
The workspace storage handler. |
| SessionWorkspaceNegotiator::applies | function | core/ |
Checks whether the negotiator applies to the current request or not. |
| SessionWorkspaceNegotiator::getActiveWorkspace | function | core/ |
Gets the negotiated workspace, if any. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.