Hi, I am using the latest version of struts and noticing a very weird issue. Please let me know if you have any ideas or have seen this before.... On the first JSP page I add click a link and initiate an action (A). This action puts the user key into the session attributes. On success, the response is forwarded to the second JSP page. The second JSP page has another link that when clicked another action (B) is initiated. Action B takes the User key from the session and performs some business logic. The problem is that when I get to the Action B class, the user key is no longer in the session. I verified that I am adding the item to the session itself and not the request. I also verified that none of my code removes ANYTHING from the attribute list. Any ideas? Is there some way to configure Struts or the servlet API to clear out the session attributes? If there is, I need to make sure I am not doing that! I should say that I am forced to run my app in BroadVision's servlet container. Hopefully this is not ANOTHER BV bug, but is user error. Thanks. brian kirkland hp
Disclaimer: Any errors in spelling, tact, or fact are transmission errors.

