Search for session

  1. Search 7.x for session
  2. Search 9.5.x for session
  3. Search 8.9.x for session
  4. Search 10.3.x for session
  5. Search main for session
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
session service core/core.services.yml Symfony\Component\HttpFoundation\Session\Session
Session class core/lib/Drupal/Core/StackMiddleware/Session.php Wrap session logic around a HTTP request.

All search results

Title Object type File name Summary
StackSessionHandlerIntegrationTest class core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests the stacked session handler functionality.
StackSessionHandlerIntegrationTest.php file core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
StackSessionHandlerIntegrationTest::$defaultTheme property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php The theme to install as the default for testing.
StackSessionHandlerIntegrationTest::$modules property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Modules to install.
StackSessionHandlerIntegrationTest::testRequest function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a request.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesUpdateTimestamp function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session rewrite-unmodified request with a valid session cookie.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesValidateId function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session modify request with a valid session cookie.
TestControllers::testSession function core/modules/system/tests/modules/menu_test/src/TestControllers.php Prints out test data.
TestSessionBag class core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Test session container.
TestSessionBag.php file core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestSessionBag::$attributes property core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Storage for data to save.
TestSessionBag::$storageKey property core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Key used when persisting the session.
TestSessionBag::BAG_NAME constant core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php The bag name.
TestSessionBag::clear function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestSessionBag::clearFlag function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Clears the test flag.
TestSessionBag::getName function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestSessionBag::getStorageKey function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestSessionBag::hasFlag function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Returns TRUE if the test flag is set.
TestSessionBag::initialize function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestSessionBag::setFlag function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Sets the test flag.
TestSessionBag::__construct function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Constructs a new TestSessionBag object.
TestSessionHandlerProxy class core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php Provides a test session handler proxy.
TestSessionHandlerProxy.php file core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::$optionalArgument property core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php An optional argument.
TestSessionHandlerProxy::$sessionHandler property core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php The decorated session handler.
TestSessionHandlerProxy::close function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::destroy function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::gc function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::open function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::read function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::updateTimestamp function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::validateId function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::write function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::__construct function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php Constructs a new TestSessionHandlerProxy object.
UiHelperTrait::assertSession function core/tests/Drupal/Tests/UiHelperTrait.php Returns WebAssert object.
UiHelperTrait::drupalResetSession function core/tests/Drupal/Tests/UiHelperTrait.php Resets the current active session back to Anonymous session.
UpdateKernel::bootSession function core/lib/Drupal/Core/Update/UpdateKernel.php Boots up the session.
UpdateKernel::shutdownSession function core/lib/Drupal/Core/Update/UpdateKernel.php Ensures that the session is saved.
UserSession class core/lib/Drupal/Core/Session/UserSession.php An implementation of the user account interface for the global user.
UserSession.php file core/lib/Drupal/Core/Session/UserSession.php
UserSession::$access property core/lib/Drupal/Core/Session/UserSession.php The Unix timestamp when the user last accessed the site.
UserSession::$mail property core/lib/Drupal/Core/Session/UserSession.php The email address of this account.
UserSession::$name property core/lib/Drupal/Core/Session/UserSession.php The name of this account.
UserSession::$preferred_admin_langcode property core/lib/Drupal/Core/Session/UserSession.php The preferred administrative language code of the account.
UserSession::$preferred_langcode property core/lib/Drupal/Core/Session/UserSession.php The preferred language code of the account.
UserSession::$roles property core/lib/Drupal/Core/Session/UserSession.php List of the roles this user has.
UserSession::$timezone property core/lib/Drupal/Core/Session/UserSession.php The timezone of this account.
UserSession::$uid property core/lib/Drupal/Core/Session/UserSession.php User ID.
UserSession::getAccountName function core/lib/Drupal/Core/Session/UserSession.php Returns the unaltered login name of this account.
UserSession::getDisplayName function core/lib/Drupal/Core/Session/UserSession.php Returns the display name of this account.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.