> I had a series of forms (more on this shortly in another
> post) ... form1 collects the first set of information and
> with submit, everything is converted to session variables.
> With the next form submission, the next set is added to the
> session vars ... and so on.
>
> This didn't work without cookies being set.  I had to enable
> cookies.  The cookies had to be set.

You can either return the session token via cookies or the URL. In your
example, you'd want to pass the token via the URL in your form's ACTION
parameter if no cookies were present. You'd have to do this for every page
request, which is significantly more of a pain than using cookies.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to