Hey Thomas,

Nope...no FuseBox.

The order of events on this page:
-CFPARAM all form vars to blank and display empty form
-user fills and posts form (form posts back to itself)
-validate user enetered data
-if errors re-display form with error message at top
-if no errors
   -create query
   -add row to query
   -stuff form data in row one of query
   -serialize query into WDDX packet
   -set cookie with value of packet
   -use those 2 tags to redirect user to next page in the process

Basically we use cookies with queries serialized into WDDX packets and stuffed into cookies instead of CF built-in session management.  It's a multi-step reg process and we commit all the data at the end.  This cookie usage allows us to have user go back and edit any step just like if SESSION vars were used.  I've simply never trusted built-in session managemnet and have always rolled my own...then there is nobody to blame but me ;-)

Hope that sheds some light

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  ----- Original Message -----
  From: Thomas Chiverton
  To: CF-Talk
  Sent: Wednesday, April 07, 2004 9:19 AM
  Subject: Re: CF MX/Linux/Apache/Cookie madness

  On Wednesday 07 Apr 2004 17:06 pm, Bryan Stevenson wrote:
  >     <cfheader statusCode = "302" statusText = "Document Moved.">

  Just those two one the page ? No fusebox or anything ?

  > Not that I know of Dave...where do you suggest I look? on the client? with
  > the ISP hosting this co-located server? somewhere else?

  Ask the hosting company - something that looks like a load balencer, failover
  or other proxy is messing with the headers, it seems.

  --
  Tom Chiverton
  Advanced ColdFusion Programmer

  Tel: +44(0)1749 834997
  email: [EMAIL PROTECTED]
  BlueFinger Limited
  Underwood Business Park
  Wookey Hole Road, WELLS. BA5 1AF
  Tel: +44 (0)1749 834900
  Fax: +44 (0)1749 834901
  web: www.bluefinger.com
  Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
  Quay, BRISTOL. BS1 6EG.
  *** This E-mail contains confidential information for the addressee
  only. If you are not the intended recipient, please notify us
  immediately. You should not use, disclose, distribute or copy this
  communication if received in error. No binding contract will result from
  this e-mail until such time as a written document is signed on behalf of
  the company. BlueFinger Limited cannot accept responsibility for the
  completeness or accuracy of this message as it has been transmitted over
  public networks.***
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to