On Thu, 23 Oct 2008, David Leangen wrote: > Before I dig into the container implementation (which I would prefer to > avoid), does anybody have any suggestions about how I can somehow return > to the original session, or at least copy over the state of the old > session into the new session in a clean way?
What exactly do you want to achieve, from the user perspective? Maybe you could have your own token in the URL by using a suitable url encoding strategy, and store the data you want to restore in the database. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
