That is strange.  The back button should hit the redirect_foo.cfm file that
has a cflocation tag in.  cflocation should force a new request.

The process basically has two cflocations that should alleviate cached
state, unless your site has other caching techniques in place.

Oh well, sorry I could not help.

Teddy

On 9/27/06, Richard White <[EMAIL PROTECTED]> wrote:
>
> >This is a tough one.  The browser back button refers you to a cached
> version
> >of the previous page.  A lot of events can be in altered states that are
> >undesireable.  The best way that I typically avoid is forcing the action
> >page to call a page that is a redirect only page.
> >
> >Example
> >
> >formFoo.cfm has the action of act_foo.cfm
> >
> >act_foo.cfm finishes processing and then calls redirect_foo.cfm
> >
> >redirect_foo.cfm calls formFoo.cfm
> >
> >So even if the user presses the back button, it will force the browser to
> >reload the form page.
> >
>
> thanks teddy, ihave tried this method but when i click th e back button it
> s t i l l does it, i will have to see if i can maybe get it to unload the
> text when the button is clicked, and if there are errors in the field then
> reload the text
>
> thanks again
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254492
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to