Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

The example code for this tutorial, HTTP_Session_Struts2_Mvnhttp_session, is available on Google Code - for checkout at http://codestruts.googleapache.com/p/struts2-examples/downloads/listImage Removed. After downloading and unzipping the file, you'll have a folder named HTTP_Session_Struts2_Mvn. In that folder will be a README.txt file with instructions on now to build and run the example application.org/2.3.1.2/docs/junit-plugin.htmlImage Added

Introduction

Your Struts 2 application may need to access the HTTP session object. Struts 2 provides an interface, SessionAware, that your Action class should implement to obtain a reference to the HTTP session object.

...