The "global sessions" are connected to specific users. I guess a better way to say it would be that within a global session tied to one user, I would like to initiate a separate local session that has access to global data. All the classes provided by turbine seem to be tied to users, and if that is the case, how would I separate my local and global session data?
Thanks, Ritu.. -----Original Message----- From: Lester Ward [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 9:45 AM To: 'Turbine Users List' Subject: RE: Maintaining separate session information in Turbine > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
