Sessions Introduction
![](./talk-1-sessions-intro/c-sessions.png)
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
![](./book-b-gomix-sessions/img/main.png)
Introduce Sessions onto the Playlist application, enabling user accounts and cookie-based authentication.