Changes between Version 10 and Version 11 of S2S_WEB_COMMONS_R1


Ignore:
Timestamp:
12/15/08 18:51:57 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_COMMONS_R1

    v10 v11  
    5252= Implementation = 
    5353 * 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. 
    5555 * menu.jsp checks whether the user variable is loaded in the session and modifies its content according to the result. 
    5656 * logout.jsp just removes the user variable from the session and redirects to the home page.