Nope, but if you use the checking within the cfapplication any open window
will also inherit the same secure information. Meaning that the session will
be kept alive even if you not touch the other window.


regards

Andrew Scott
Senior Coldfusion Application Developer


-----Original Message-----
From: Andy [mailto:[EMAIL PROTECTED]]
Sent: 16 February 2001 15:50
To: CF-Talk
Subject: Re: Refreshing Form page


Found the answer myself from an earlier discussion around AOL caching:

<CFHEADER name="expires" value="0"><BR>
<Cfheader name="Cache-Control" value="no-cache"><BR>
<cfheader name="Pragma" value="no-cache"><BR>

Enjoy
Andy

----- Original Message -----
From: "Maia, Eric" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 2:32 PM
Subject: RE: Refreshing Form page


> I'd be interested in this also. Essentially, my problem is, how can I tell
> on the client side if the user's session may be expired?
>
> I have an app where on one form, there's a link that users follow to
another
> website to read some documents. Then they need to return to the form and
> enter comments on the documents they just read. If they spend too long on
> the other site, their session expires and they are forced to log back in,
> then re-enter their comments.
>
> Ideally, I'd like to force their log-in before they've entered and
submitted
> their comments. I've tried setting up a JavaScript that runs when one of
the
> form elements gets the focus, that looks for a value in
window.history.next
> and reloads the page. However, I haven't gotten it to work yet.
>
> Has anyone else run into this problem, and if so, what solutions have you
> found?
>
> Thanks - Eric
>
> -----Original Message-----
> From: Andy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 13, 2001 7:42 AM
> To: CF-Talk
> Subject: Refreshing Form page
>
>
> Folks:
>
> How can I refresh a form page when it is gotten to via Back browser
button?
>
> Thanks,
> Andy
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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