Hello, I�m investigating Struts as a possible framework for an ASP app we are currently developing with Cocoon. One of the major requirements is to allow multiple browser sessions per user to be operating at the same time. For example, two "customer-data" forms might be open, representing two different rows in a database.
We are currently handling this by passing around a key to a Map object within our forms and links. All "session" variables are stored within the Map, not the HttpSession object. I don�t see how this would work in Struts, at least from the example code I�ve seen. Has anyone tackled a similar problem? Any suggestions would be greatly appreciated! Thanks, Josh __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus � Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

