On Sunday, Jul 13, 2003, at 20:16 US/Pacific, Christian Cantrell wrote:
> DRK 3 contains the "init" tag, which is designed to be used in your
> Application.cfm file like this:
>
> <cf_init>
>       <cfset myVar = "myValue"/>
> </cf_init>
>
> The body of the init tag will only run the first time it is
> encountered.  All subsequent requests will not evaluate the body of the
> tag, unless the URL variable "flushinit" is equal to "true".  To
> refresh your application variables, therefore, simply append
> "flushinit=true" to any request.

This is cool but what's to stop users from maliciously putting 
flushinit=true on the URL and repeatedly forcing your application to 
re-initialize? Just curious...

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to