> 10 questins on each page.  I want to save all the  answers so by the last
> page (when I collected allthe answers)I can update the database.  What is
> the best way to save the form variables (application, session variables).  I
> appreciate your help.

        Well Application variables are global. Session vars chew up a ton
of memory, when you're really not interested in the users long term
persistence. I would says just use form vars, and with each page store
the previous pages stuff hidden. This is of course assuming a high traffic
site. If it's just for a few people here and there, then the convenience
of sessions vars may override memory concerns.


              Tariq Ahmed - [EMAIL PROTECTED] - ICQ 6308515
         TIBCO Finance Technology - Web Group - Senior Web Engineer
     Work: 650-461-3472   Pager: 800-759-8888x1702632   Fax: 650-461-3003
                 3375 Hillview Avenue. Palo Alto, CA. 94304.

------------------------------------------------------------------------------
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