TheCPUWizard
December 31st, 2002, 09:41 AM
I have an application that uses an object on the Session state to maintain consistant data. This works fine as long as I do note use frames.
When Iuse frames as my top level page, the various "sub-pages" are being created in parallel, which is causing a race condition that results in multiple/inconsistant state objects being registered.
If anyone has addressed this problem, I would be glad to hear their suggestions on how to create (effective singleton) state object for the session when using a frame based paradigm....
When Iuse frames as my top level page, the various "sub-pages" are being created in parallel, which is causing a race condition that results in multiple/inconsistant state objects being registered.
If anyone has addressed this problem, I would be glad to hear their suggestions on how to create (effective singleton) state object for the session when using a frame based paradigm....