Of course, the alternative to this is that you could have the action page
perform "cleanup" routines when the session is near it's expiration. The
irony is that in cleaning up the dying session. By including a
<cfapplication> tag with a short session timeout value I suspect you might
be able to prevent it from extending the lifespan of the dying session as
well...

But I generally don't use this stuff anyhow. ;P

> Ummm...isn't the point of timing out sessions to actually timeout the
> session?? ;-)

> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]

> ---------------------------------------------------------
> Macromedia Associate Partner
> www.macromedia.com
> ---------------------------------------------------------
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> ----- Original Message -----
> From: "Joseph Thompson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 20, 2002 11:28 AM
> Subject: Re: Gif Pipes


>> They are also useful to extend sessions.  Add a function to reload the
> image
>> and that users session will exist until they close thier browser.
>>
>> (this custom tag reloads a gif)
>> http://cfhub.com/forum//index.cfm?FuseAction=Thread&TopicID=2445
>>
>>
>> > The way I learned to use a GIF pipe was that you send data using URL
>> > variables and get responses using cookies (which means the return data
> is
>> > restricted by cookie limitations like size and number of cookies.)
>>
>>
>> > > A billing form with a credit card number field might have an
>> > > image data pipe
>> > > which requests a page from the server to determine if the
>> > > card number is
>> > > valid
>>
>>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to