On Fri, Sep 26, 2008 at 8:57 AM, Dan Robinson <dan@drob.org> wrote:The part I still don't get is that when I get to the "confirmation" page, and am pulling values from $_SESSION, sometimes it seems that the sessions are getting crossed. To re-cap this part of the puzzle -Rather than storing the data in $_SESSION I think you could use a drupal_set_message ( see http://api.drupal.org/api/function/drupal_set_message for details). It shows a specific message to a user based on their session. Regards, Greg