Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Session.php
»
Session
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
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
().