RE: IE6 caching behaviour... all change

2001-11-22 Thread Andrew Scott

I actually complained about this about 3 months ago and NOT one person
had an answer then. However I did find a solution, but it will depend on
how you approached the logic!!

Do you have an online example to see!! Or a point description of the
flow of the application for this point.


-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, 22 November 2001 9:21 PM
To: CF-Talk
Subject: IE6 caching behaviour... all change

With IE5 and Check for newer versions set to Automatically, I had a
few
forms that validated user input, CFABORTed processing if it failed, user
clicked the Back button, corrected mistakes and resubmitted. All normal
stuff.

With IE6 set to Automatically, it's re-requesting the form from the
server. All the form values are reset and the user looses everything
they've
entered.

Anyone got any ideas on this? Has IE's caching changed between versions
5
and 6? If so, any cross-version solutions for this sort of form problem
(other than dumping every form variable into a session structure,
validating, redirecting and repopulating)?


Thanks

-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IE6 caching behaviour... all change

2001-11-22 Thread Philip Arnold - ASP

 With IE5 and Check for newer versions set to Automatically, I had a
 few forms that validated user input, CFABORTed processing if it failed,
 user clicked the Back button, corrected mistakes and resubmitted. All
 normal stuff.

 With IE6 set to Automatically, it's re-requesting the form from the
 server. All the form values are reset and the user looses everything
 they've entered.

 Anyone got any ideas on this? Has IE's caching changed between versions
 5 and 6? If so, any cross-version solutions for this sort of form
 problem (other than dumping every form variable into a session structure,
 validating, redirecting and repopulating)?

Here's a suggestion, make the user-interface more usable!

Using the back button is damn annoying if you have your browser set to get
the file every time or you're on a secure connection

Have the validation set to display which fields are incorrect and re-present
the form with the values - using the back button is just lazy

Aidan, if need be, contact me and I'll send you something that might help
you

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

Websites for the real world

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IE6 caching behaviour... all change

2001-11-22 Thread Edward Chanter

I don't know about caching but I've noticed some really odd behaviour with
IE6, like it just stops being able to access web pages for no apparent
reason Also some strange behaviour with redirects and cflocation
tags...?
On shutdown the process doesn't terminate and I have to use taskmanager to
kill it When it restarts it seems to be ok, at least for a while then
starts acting up again. :-(

MS Gremiln v6 me thinks..

Anyone else noticed anything smillar?

best wishes,

  -= Ed


 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IE6 caching behaviour... all change

2001-11-22 Thread Aidan Whitehall

 I actually complained about this about 3 months ago and NOT one person
 had an answer then. However I did find a solution, but it will depend on
 how you approached the logic!!
 
 Do you have an online example to see!! Or a point description of the
 flow of the application for this point.

No, sorry, it's still in development and in the Admin section at that.

I don't really know what I did to fix it, but it was redisplaying the same
page every time, regardless of the Check for newer versions setting. I
deleted all the cookies, rebooted and it then worked as expected. Weirdness.



Thanks anyhow.

-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IE6 caching behaviour... all change

2001-11-22 Thread Aidan Whitehall

 Here's a suggestion, make the user-interface more usable!
 
 Using the back button is damn annoying if you have your browser set to
get
 the file every time or you're on a secure connection
 
 Have the validation set to display which fields are incorrect and
re-present
 the form with the values - using the back button is just lazy
 
 Aidan, if need be, contact me and I'll send you something that might help
 you

Well, thanks for the chastisement and subsequent offer of help. I realise I
could stuff all the form variables into a session structure, validate the
entries and redirect to the form (if it failed), repopulating it.

*But* that would take longer to code, I'm in a rush and the only people who
would use this form are the application administrators (me and two other IT
bods) so it's not something that needs to be, well, polished - just
functional.

The question *was* about the caching mechanism in IE6.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists