13 calls to drupal_save_session()

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