> What we really want to achieve is to be able to create > session data that is global in scope for the main app, and > session data that is local in scope for the wizards.
You might be able to abuse the caching system to handle the global sessions. It sounds to me like what you are calling "global sessions" are really just collections of cached data anyway. I guess the difference would be: are these "global sessions" connected to specific users? It didn't sound like it from your description. If they are not, than they are just global data, which a cache can handle just fine. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
