Why the *heck* doesn't <cfapplication> have a clienttimeout attribute?
None of the programmers here can guess as to why there would be a
sessiontimeout but no clienttimeout. *sigh*...

I'll just write my own implementation for that...

Jon

-----Original Message-----
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 05, 2006 9:57 AM
To: CF-Talk
Subject: RE: How do I set client variables timeout?

The purge interval is actually how often the schedule runs to do the
purging, not how ten they purged.

The timeout is specified by choosing your client storage Mechanism  and
setting it there. 

Purge data for clients that remain unvisited for

And specify how many days the client variables should remain active for.

-
Snake

-----Original Message-----
From: Peterson, Chris [mailto:[EMAIL PROTECTED]
Sent: 05 July 2006 14:52
To: CF-Talk
Subject: RE: How do I set client variables timeout?

Its called 'Purge Interval' and is under Server Settings > Client
Variables, at the bottom of the page.

Chris

-----Original Message-----
From: Jon Block [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 05, 2006 9:45 AM
To: CF-Talk
Subject: RE: How do I set client variables timeout?

Clearly I'm missing something.. On which cfide admin page do I set the
timeout for client variables?

Jon 



-----Original Message-----
From: Snake [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 29, 2006 4:36 PM
To: CF-Talk
Subject: RE: How do I set client variables timeout?

That's because a sessiontimeout is for session variables as the name
implies not client variables.
Client variables will expire as pe rthe settings in the coldfusion
administrator.

Snake 

-----Original Message-----
From: Jon Block [mailto:[EMAIL PROTECTED]
Sent: 29 June 2006 20:08
To: CF-Talk
Subject: How do I set client variables timeout?

My CFApplication tag looks like this:
 
<cfapplication
 name    = "example"
 sessionmanagement = "yes"
 clientmanagement = "yes"
 sessiontimeout  = "#CreateTimeSpan(0, 1, 0, 0)#"
 setclientcookies = "no" />
 
However, my client variables do not seem to timeout after 1 hour. 
 
Any ideas?
Jon


This electronic message transmission contains information from
Collegiate Funding Services, LLC or its subsidiaries or affiliates that
may be confidential or privileged. The information is intended to be for
the use of only the individual or entity named above. If you are not the
intended recipient, be aware that any disclosure, copying, distribution
or use of the contents of this information is strictly prohibited. If
you have received this electronic transmission in error, please notify
the sender by reply e-mail @cfsloans.com immediately and delete this
e-mail and any attachments from your system and any copies you may have
made, electronic or otherwise.













~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245719
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to