yulun - 2004-04-28

Hi:
      I have a struts application that store utility information. This application has step by setp user input form. those information will be stored in the session value object. If the user decide to go back to the certain page and revise the information, the session variable will be reset. Is there any way I can reset the session variable in the Action Form and how to access to the session variables in the Action Form constructor? Thank you!