Yep! It looks like my ISP resets between 1am and 6am. Until 1pm keep
accumulating. In the morning the values look normal again. Does this make
sense?

Thanks for the help everybody.
On Monday I will ask ISP if they have J2EE on. If they don't, could there be
any reason they would refuse?

Have a nice weekend


-----Original Message-----
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 27, 2007 3:20 PM
To: CF-Talk
Subject: Re: Sessions do not TimeOut ...

So an hour and a bit after the last access by any person, a given
session is still showing in the tracker?

On 1/28/07, Walter Conti <[EMAIL PROTECTED]> wrote:
> Thank you James: Agree, but the sessions are scheduled to expire after one
> hour
>
>  <cfapplication name="#prefix#_blog_#blogname#"
>  clientManagement = "no"
>  setClientCookies = "no"
>  setDomainCookies = "no"
>  loginStorage = "session"
>  sessionManagement = "yes"
>  sessionTimeout = #CreateTimeSpan(0,1,0,0)#
>  applicationTimeout = #CreateTimeSpan(1,0,0,0)#>
>
> ---------
>
> >While the session ends for the user,
> >the variables persist in memory
> until the end of the session timeout.
> >How is the server to know when
> >the user closed the browser?
>
> On 1/27/07, Walter Conti <[EMAIL PROTECTED]> wrote:
> > I have this code in my Application.cfm that returns the number of
sessions
> and the
> > number of sessions with a user loggedIn. Unfortunately the sessions do
not
> timeout
> > and keep accumulating.

-- 
CFAJAX docs and other useful articles:
http://www.bifrost.com.au/blog/



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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

Reply via email to