You are defiantly dealing with client-side caching issues.  I don't  
know why you are seeing the behavior you are describing, but I do know  
that if you want to re-populate the form with partially filled-in data,  
you should explicitly re-populate the form by using client variables,  
session variables, or some other approach.  Relying on the browser to  
cache the data is risky.  To prove the point, when I went to your two  
test pages using IE on a Mac, I saw different behavior than what you  
described, and different from both what you described and IE when I  
used Netscape.

My advice, when dealing with dynamic data, is to prevent clients from  
caching by setting the appropriate HTTP headers and explicitly  
maintaining data the data you want maintained using either a persistent  
variable scope or some other means, such as a database.

Cantrell

On Sunday, December 8, 2002, at 03:16 PM, E. Keith Dodd wrote:

> Has anyone run into this in MX? If clientmanagement is set to yes in
> application.cfm, form field data is not *held*. (Submit partial form;
> instructed to go back and complete; go back and fields are  
> empty--additional
> strange: try to go forward after back and says page has expired).
> Run same exact template where clientmanagement is no or no listed as
> attribute, and form behavior is as usually expected--form fields  
> contain
> original info when go back (also can go forward with no page expired.)
> This link has form with clientmanagement enabled to yes:
> http://www.wingserv.com/testform.cfm (forms not work as usual behavior)
>
> this link has clientmangement to no:
> http://www.wingserv.com/church/testform.cfm (forms work as usual  
> behavior)
>
> Tried same setup on cf5, and either way (clientmenagement on or off)  
> works
> as most forms do.
>
> (Realize that depending on browsers to hold form data may not always be
> reliable, but have many such forms want to migrate to MX.)
>
> On my local singleIP development server, do NOT have this problem.  
> Only on
> hosting company's shared Professional version MX server. Settings on  
> both
> local and remote are the same in areas that would seem to be  
> appropriate.
> Client variables set to cookies in each.
>
> Any ideas or thoughts where to look?
>
> E. Keith Dodd
> Wings of Eagles Services
> www.wingserv.com
>
>
> -
> [This E-mail scanned for viruses by declude AntiVirus Software]
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to