Sessions Introduction
Keeping track of the currently logged in user is a challenge - as HTTP is, by definition 'stateless'. Hidden form fields, url rewriting and cookies are three common techniques for implementing sessions.
Lab-7 Playlist 4
Introduce Sessions onto the Playlist application, enabling user accounts and cookie-based authentication.