7 string references to 'Session'

language.schema.yml in drupal/core/modules/language/config/schema/language.schema.yml
drupal/core/modules/language/config/schema/language.schema.yml
language_language_negotiation_info in drupal/core/modules/language/language.module
Implements hook_language_negotiation_info().
SessionHttpsTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
SessionTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
SessionTest::sessionReset in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Reset the cookie file so that it refers to the specified user.
SessionTest::testDataPersistence in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test data persistence via the session_test module callbacks. Also tests drupal_session_count() since session data is already generated here.
SessionTest::testSessionSaveRegenerate in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Tests for drupal_save_session() and drupal_session_regenerate().