As a developer I want the page to know that the user has logged in so that they can have a seamless user experience throughout the application.
The aim of this issue is
Assessment Criteria
- The logged in user is tracked throughout the site
- There are no tracking issues with respect to user activity
Tasks
- Implement a cookie tracking system
- Integrate this system to track users throughout the site
- Integrate this tracking into a visible feature for the user e.g. logged in username in page header.