Milestone 6

due at midnight on   +125

For this milestone, you should be integrating the user session with the cart. Basically, we no longer want to use

private static final int TEMPORARY_CURRENT_USER_ID = 1;

but instead, we get the user ID from the login/logout process and the user session. Each user can have his/her own cart.