Changes between Version 10 and Version 11 of S2S_WEB_COMMONS_R1
- Timestamp:
- 12/15/08 18:51:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_COMMONS_R1
v10 v11 52 52 = Implementation = 53 53 * about.jsp fixed as described in design. 54 * login.jsp sends the posted information to itself, and if the user name / password are correct, forwards to the home page. If not, displays an error message.54 * login.jsp sends the posted information to itself, and if the user name / password are correct, redirects to the home page. If not, displays an error message. 55 55 * menu.jsp checks whether the user variable is loaded in the session and modifies its content according to the result. 56 56 * logout.jsp just removes the user variable from the session and redirects to the home page.