16 calls to drupal_save_session()

DrupalRenderTestCase::testDrupalRenderCache in drupal/modules/simpletest/tests/common.test
Tests caching of render items.
DrupalWebTestCase::setUp in drupal/modules/simpletest/drupal_web_test_case.php
Sets up a Drupal site for running functional and integration tests.
DrupalWebTestCase::tearDown in drupal/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 drupal/includes/common.inc
Executes a cron run when called.
drupal_session_commit in drupal/includes/session.inc
Commits the current session, if necessary.
drupal_session_destroy_uid in drupal/includes/session.inc
Ends a specific user's session(s).
drupal_session_regenerate in drupal/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
FormatDateUnitTest::testFormatDate in drupal/modules/simpletest/tests/common.test
Tests for the format_date() function.
SessionTestCase::testSessionSaveRegenerate in drupal/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
UpdatePathTestCase::prepareD7Session in drupal/modules/simpletest/tests/upgrade/upgrade.test
Overrides UpgradePathTestCase::prepareD7Session().
UpgradePathTestCase::prepareD7Session in drupal/modules/simpletest/tests/upgrade/upgrade.test
Prepares the appropriate session for the release of Drupal being upgraded.
UpgradePathTestCase::setUp in drupal/modules/simpletest/tests/upgrade/upgrade.test
Overrides DrupalWebTestCase::setUp() for upgrade testing.
_drupal_session_destroy in drupal/includes/session.inc
Session handler assigned by session_set_save_handler().
_drupal_session_write in drupal/includes/session.inc
Writes an entire session to the database (internal use only).
_session_test_no_set in drupal/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 drupal/modules/simpletest/tests/session_test.module
Menu callback, sets a message but call drupal_save_session(FALSE).