Hi,
In the application I am developing, I need to spawn multiple servlets from a main servlet. These would open up in separate windows. I also need to maintain a global session which has data accessible to everyone. Then, within each of the servlets, I need to have local session data as well. I looked at SessionData, but it needs velocity context to pass information to different classes. Is there some other way I could do this? Would really appreciate an example! Thanks, Ritu..
