>>Does anyone know of a good way to flush the vars stored in the application
>>scope?  I tried setting the applicationtimeout to CreateTimeSpan(0,0,0,0)
>>and
>>that didn't do anything.  I'm not sure how cfflush works but I think that
>>has to
>>do with headers and not with ColdFusion cacheing.  Anyway, if any of you
>>has
>>a good tip for this I'd appreciate it.

> Since the APPLICATION scope is a structure, just use
> StructClear(APPLICATION), and that will do it.

I did this once ... You have to make sure you copy the applicationname into
a temp variable and then copy it back into thea applicationscope afterward
on the same page... I'm not real certain why, but you get an error on the
next page otherwise ... or at least that was the result I got...

Isaac Dealey

www.turnkey.to
954-776-0046
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to