17 calls to drupal_save_session() in Drupal 7
- DrupalRenderTestCase::testDrupalRenderCache in modules/
simpletest/ tests/ common.test - Tests caching of render items.
- DrupalWebTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up a Drupal site for running functional and integration tests.
- DrupalWebTestCase::tearDown in modules/
simpletest/ drupal_web_test_case.php - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
- drupal_cron_run in includes/
common.inc - Executes a cron run when called.
- drupal_session_commit in includes/
session.inc - Commits the current session, if necessary.
- drupal_session_destroy_uid in includes/
session.inc - Ends a specific user's session(s).
- drupal_session_regenerate in includes/
session.inc - Called when an anonymous user becomes authenticated or vice-versa.
- FormatDateUnitTest::testFormatDate in modules/
simpletest/ tests/ common.test - Tests for the format_date() function.
- SessionTestCase::testSessionSaveRegenerate in modules/
simpletest/ tests/ session.test - Tests for drupal_save_session() and drupal_session_regenerate().
- UpdatePathTestCase::prepareD7Session in modules/
simpletest/ tests/ upgrade/ upgrade.test - Overrides UpgradePathTestCase::prepareD7Session().
- UpgradePathTestCase::prepareD7Session in modules/
simpletest/ tests/ upgrade/ upgrade.test - Prepares the appropriate session for the release of Drupal being upgraded.
- UpgradePathTestCase::setUp in modules/
simpletest/ tests/ upgrade/ upgrade.test - Overrides DrupalWebTestCase::setUp() for upgrade testing.
- _drupal_session_destroy in includes/
session.inc - Session handler assigned by session_set_save_handler().
- _drupal_session_regenerate_existing in includes/
session.inc - Regenerates an existing session.
- _drupal_session_write in includes/
session.inc - Writes an entire session to the database (internal use only).
- _session_test_no_set in modules/
simpletest/ tests/ session_test.module - Menu callback: turns off session saving and then tries to save a value anyway.
- _session_test_set_message_but_dont_save in modules/
simpletest/ tests/ session_test.module - Menu callback, sets a message but call drupal_save_session(FALSE).