CSC/ECE 517 Spring 2016 OSS M1606
M1606: Implementing HTTP authorization UI and persistent sessions
Web pages make use of sessions all the time. These are required to persist throughout the life of the user's interaction with the web site or web application.
The above is supported by Servo as of today. However it doesn't support the persistence of data upon the closing and reopening of the web browser. With this project we aim to create the necessary infrastructure to support this.