You are here

9 string references to 'Session' in Zircon Profile 8.0

core.services.yml in core/core.services.yml
core/core.services.yml
language.schema.yml in core/modules/language/config/schema/language.schema.yml
core/modules/language/config/schema/language.schema.yml
MemcacheSessionTestCase::sessionReset in modules/memcache/tests/memcache-session.test
Reset the cookie file so that it refers to the specified user.
MemcacheSessionTestCase::testDataPersistence in modules/memcache/tests/memcache-session.test
Test data persistence via the session_test module callbacks. Also tests drupal_session_count() since session data is already generated here.
MemcacheSessionTestCase::testSessionSaveRegenerate in modules/memcache/tests/memcache-session.test
Tests for drupal_save_session() and drupal_session_regenerate().
SessionCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php
SessionTest::sessionReset in core/modules/system/src/Tests/Session/SessionTest.php
Reset the cookie file so that it refers to the specified user.
SessionTest::testDataPersistence in core/modules/system/src/Tests/Session/SessionTest.php
Test data persistence via the session_test module callbacks.
SessionTest::testSessionPersistenceOnLogin in core/modules/system/src/Tests/Session/SessionTest.php
Tests storing data in Session() object.