<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hmmm... Interesting idea.&nbsp; But I'm not sure that would work from a user
flow point of view.<br>
<br>
My bigger question still stands which is:<br>
<br>
How is it that I set the value in a cookie and in $_SESSION, test later
and they don't match?<br>
<br>
This is an intermittent problem under load.<br>
<br>
Thanks,<br>
<br>
Dan<br>
<blockquote
 cite="mid:3861c6770809261051w1424ae9dyfeb05ccf844aadf4@mail.gmail.com"
 type="cite">
  <pre wrap="">On Fri, Sep 26, 2008 at 8:57 AM, Dan Robinson <a class="moz-txt-link-rfc2396E" href="mailto:dan@drob.org">&lt;dan@drob.org&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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 -
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Rather than storing the data in $_SESSION I think you could use a
drupal_set_message ( see
<a class="moz-txt-link-freetext" href="http://api.drupal.org/api/function/drupal_set_message">http://api.drupal.org/api/function/drupal_set_message</a> for details).

It shows a specific message to a user based on their session.

Regards,
Greg

  </pre>
</blockquote>
<br>
</body>
</html>