You are here

23 string references to session in Zircon Profile 8

core.services.yml in core/core.services.yml
core/core.services.yml
default.services.yml in sites/default/default.services.yml
sites/default/default.services.yml
DrupalKernel::initializeContainer in core/lib/Drupal/Core/DrupalKernel.php
Initializes the service container.
DrupalKernel::prepareLegacyRequest in core/lib/Drupal/Core/DrupalKernel.php
Prepare the kernel for handling a request without handling the request.
drupal_session_destroy_uid in modules/memcache/unstable/memcache-session.inc
End a specific user's session.
drupal_session_regenerate in modules/memcache/unstable/memcache-session.inc
Called when an anonymous user becomes authenticated or vice-versa.
FormBuilder::renderFormTokenPlaceholder in core/lib/Drupal/Core/Form/FormBuilder.php
#lazy_builder callback; renders form CSRF token.
install_bootstrap_full in core/includes/install.core.inc
Performs a full bootstrap of Drupal during installation.
LanguageNegotiationSession::getLangcode in core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php
Performs language negotiation.
LanguageNegotiationSession::getLanguageSwitchLinks in core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php
Returns language switch links.
LanguageNegotiationSession::persist in core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php
Notifies the plugin that the language code it returned has been accepted.
LanguageNegotiationSession::processOutbound in core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php
Processes the outbound path.
MemcachedSessionHandlerTest::getOptionFixtures in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
MemcacheSessionHandlerTest::getOptionFixtures in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/src/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
RouteProcessorCsrf::renderPlaceholderCsrfToken in core/lib/Drupal/Core/Access/RouteProcessorCsrf.php
#lazy_builder callback; gets a CSRF token for the given path.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
UpdateKernel::bootSession in core/lib/Drupal/Core/Update/UpdateKernel.php
Boots up the session.
UrlTest::testLinkBubbleableMetadata in core/modules/system/src/Tests/Common/UrlTest.php
Tests that #type=link bubbles outbound route/path processors' metadata.
_drupal_log_error in core/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
_drupal_session_destroy in modules/memcache/unstable/memcache-session.inc
Called by PHP session handling with the PHP session ID to end a user's session.
_drupal_session_read in modules/memcache/unstable/memcache-session.inc
_drupal_session_write in modules/memcache/unstable/memcache-session.inc
Write a session to session storage.