> I have inherited this application that stores all the
> navigation information
> for the web site in a structure within the application
> scope. The structure
> contains a series of arrays one array for the top
> navigation,one for the
> side navigation and yet another for the footer
> information. The problem I'm
> having is every now and then one of the arrays within the
> structure
> disappears so the site throws an error. I know I could
> just put a band-aid
> on the problem but I want to try figure out why the array
> is disappearing.
> The application scope is set to expire every 2 days.

> Cfmx 6.1
> Windows 2003
> IIS 6.0

Where and how are these arrays being created? It's possible that you
could have a race condition which is causing the system to error out
during the creation of one of the arrays and then the array would be
un-built on subsequent requests because the test for building them is
passing as a result of code executed before the error.

That's just an off-the-top-of-my-head guess.

s. isaac dealey     434.293.6201
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234677
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to