ryanabury / CMPSC431W_SP17_Project

A database-run website/application for CMPSC 431W.
3 stars 1 forks source link

Update create user #112

Closed c-dougherty closed 7 years ago

c-dougherty commented 7 years ago

Added servlets and updated xml. Moved create_user.jsp code to servlet so execution forwards to new page instead of printing on same page. Updated logn.jsp.

c-dougherty commented 7 years ago

I created a CookieHelper class, but instead used HttpSession to keep track of logged in user. Also moved and updated the web.xml so that it works with the servlets. Also, still need to work on logout function