RE: Timing out a webpage

2011-06-23 Thread Rick Sanders

Thank you for your reply. This looks like a great solution on top of the
java script.

Have a good day.

Rick Sanders
Webenergy
www.webenergy.ca

-Original Message-
From: John M Bliss [mailto:bliss.j...@gmail.com] 
Sent: Wednesday, June 22, 2011 4:10 PM
To: cf-talk
Subject: Re: Timing out a webpage


...but note that Javascript can be turned off.  So, in addition, you'd want
to do something like this on page load (including first page where timer
should start and last page that processes test):






On Wed, Jun 22, 2011 at 2:02 PM, Russ Michaels  wrote:

>
> well you have 2 options.
>
> set your session timeout to 15 minutes, this will then mean they cannot
sit
> on a page doing nothing for more than 15 minutes.
> If you want to time them for 15 minutes regardless of how many pages they
> load or refresh then you could create a Javascript timer, Google will
> garnish you with one of these.
>
> Russ
>
>
> On Wed, Jun 22, 2011 at 7:39 PM, John M Bliss 
> wrote:
>
> >
> > Can the timeout check happen on a page load?  Or do you need to have it
> > happen while page is displayed?
> >
> > On Wed, Jun 22, 2011 at 1:32 PM, Rick Sanders  wrote:
> >
> > >
> > > Hey all. I have an online test that I want to timeout after 15mins.
> Does
> > > ColdFusion have a feature built-in to do this? It's my first time
doing
> > > this
> > > sort of thing. Thanks.
> > >
> > >
> > >
> > > Kind Regards,
> > >
> > >
> > >
> > > WebLogomailsig
> > >
> > > Rick Sanders
> > >
> > > Webenergy Software
> > >
> > > 902-401-7689
> > >
> > > http://www.webenergy.ca <http://www.webenergy.ca/>
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
>
> 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345564
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Timing out a webpage

2011-06-22 Thread DURETTE, STEVEN J (ATTASIAIT)

You may want to use multiple ways to do it... If you just use javascript then 
your timeout would be bypassed by just turning off javascript in the browser.

Steve

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Wednesday, June 22, 2011 3:02 PM
To: cf-talk
Subject: Re: Timing out a webpage


well you have 2 options.

set your session timeout to 15 minutes, this will then mean they cannot sit
on a page doing nothing for more than 15 minutes.
If you want to time them for 15 minutes regardless of how many pages they
load or refresh then you could create a Javascript timer, Google will
garnish you with one of these.

Russ


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345544
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Timing out a webpage

2011-06-22 Thread John M Bliss

...but note that Javascript can be turned off.  So, in addition, you'd want
to do something like this on page load (including first page where timer
should start and last page that processes test):






On Wed, Jun 22, 2011 at 2:02 PM, Russ Michaels  wrote:

>
> well you have 2 options.
>
> set your session timeout to 15 minutes, this will then mean they cannot sit
> on a page doing nothing for more than 15 minutes.
> If you want to time them for 15 minutes regardless of how many pages they
> load or refresh then you could create a Javascript timer, Google will
> garnish you with one of these.
>
> Russ
>
>
> On Wed, Jun 22, 2011 at 7:39 PM, John M Bliss 
> wrote:
>
> >
> > Can the timeout check happen on a page load?  Or do you need to have it
> > happen while page is displayed?
> >
> > On Wed, Jun 22, 2011 at 1:32 PM, Rick Sanders  wrote:
> >
> > >
> > > Hey all. I have an online test that I want to timeout after 15mins.
> Does
> > > ColdFusion have a feature built-in to do this? It's my first time doing
> > > this
> > > sort of thing. Thanks.
> > >
> > >
> > >
> > > Kind Regards,
> > >
> > >
> > >
> > > WebLogomailsig
> > >
> > > Rick Sanders
> > >
> > > Webenergy Software
> > >
> > > 902-401-7689
> > >
> > > http://www.webenergy.ca 
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345546
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Timing out a webpage

2011-06-22 Thread Russ Michaels

well you have 2 options.

set your session timeout to 15 minutes, this will then mean they cannot sit
on a page doing nothing for more than 15 minutes.
If you want to time them for 15 minutes regardless of how many pages they
load or refresh then you could create a Javascript timer, Google will
garnish you with one of these.

Russ


On Wed, Jun 22, 2011 at 7:39 PM, John M Bliss  wrote:

>
> Can the timeout check happen on a page load?  Or do you need to have it
> happen while page is displayed?
>
> On Wed, Jun 22, 2011 at 1:32 PM, Rick Sanders  wrote:
>
> >
> > Hey all. I have an online test that I want to timeout after 15mins. Does
> > ColdFusion have a feature built-in to do this? It's my first time doing
> > this
> > sort of thing. Thanks.
> >
> >
> >
> > Kind Regards,
> >
> >
> >
> > WebLogomailsig
> >
> > Rick Sanders
> >
> > Webenergy Software
> >
> > 902-401-7689
> >
> > http://www.webenergy.ca 
> >
> >
> >
> >
> >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345543
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Timing out a webpage

2011-06-22 Thread John M Bliss

Can the timeout check happen on a page load?  Or do you need to have it
happen while page is displayed?

On Wed, Jun 22, 2011 at 1:32 PM, Rick Sanders  wrote:

>
> Hey all. I have an online test that I want to timeout after 15mins. Does
> ColdFusion have a feature built-in to do this? It's my first time doing
> this
> sort of thing. Thanks.
>
>
>
> Kind Regards,
>
>
>
> WebLogomailsig
>
> Rick Sanders
>
> Webenergy Software
>
> 902-401-7689
>
> http://www.webenergy.ca 
>
>
>
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345539
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm