Sessions

The Drupal session handler is based on the PHP session handler $_SESSION['key'] = 'value.  It works for both anonymous and authenticated users.  Using the Drupal session handler, infomation may be stored so that it persists over multiple pages.