CSC/ECE 517 Spring 2016 OSS M1606

From Expertiza_Wiki
Revision as of 05:14, 22 March 2016 by Mverma4 (talk | contribs) (Created page with "''' == 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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.