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:267870 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

