cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

Store objects in session for reuse #5

Open mikemolenda opened 7 years ago

mikemolenda commented 7 years ago

If an object such as an Event is going to be used for both rendering the form and submission, store it in the session instead of looking it up in both doGet and doPost. Same goes for reused variables like IDs.

mikemolenda commented 7 years ago

5/8/17 Applied to future registrations for ListRegistrationsGuest and AddRegistrationGuest