How do you get session A information available to session B without persisting it 
somehow (the HttpSessionContext interface is depracated in Java Servlet API v2.1for 
security reasons...)?
  Struts will not itself reuse form bean instances across sessions (although
  your application could copy one if it really wanted to).

Reply via email to