Thanks for that - I found that I have (in my application.cfm file) the 
following:
<cfheader name="Expires" value="Now()">
<cfheader name="Pragma" value="no-cache">
<cfheader name="cache-control" value="no-cache, no-store, must-revalidate">

which is to stop users passwords from being cached. (the whole site is 
password protected)

I'm presuming that I can't change this without lessening my security. The 
security tag was made by someone else, I'm not sure what I can do with the 
cfheader?

I've looked thru the CFWACK but can't find anything that helps me with this.

Can anyone tell me if there is a way to keep the password security but 
allow form page content to NOT expire say for 30 minutes.

MTIA

Seamus




At 02:14 pm 27/01/01 , you wrote:
>The reason that you are getting this message is because the page content has
>expired. If you are not telling the browser to expire the page in your code,
>it's probably set in the web server. I know this is pretty easy to do in
>IIS.
>But to answer your question, you need to either stop the content from
>expiring or put a link on your page that statically links to the page so the
>browser can make a fresh request.
>
>jon
>----- Original Message -----
>From: "Seamus Campbell" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Friday, January 26, 2001 9:36 PM
>Subject: page expired message
>
>
> >
> > This is undoubtably a stupid question but here goes:
> >
> >   I pass a url eg
> > http://www.bookbusiness.com.au/search/search.cfm?OrgID=2450&Returns
> >
> > this displays some details about an item
> > BUT
> > I want the user to be able to click their back button and go back to the
> > originating form without this error message
> >
> > "Warning: Page has Expired The page you requested was created using
> > information you submitted in a form. This page is no longer available. As
>a
> > security precaution, Internet Explorer does not automatically resubmit
>your
> > information for you.
> > To resubmit your information and view this Web page, click the Refresh
> > button. "
> >
> > How can I do this?
> >
> >
> > Seamus
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to