AliAdil / paintweb

Automatically exported from code.google.com/p/paintweb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement an abstraction layer for persistent user configuration storage #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently any configuration changes made within PaintWeb are lost when the 
Web application session is ended.

Implement an abstraction layer for persistent user configuration storage. 
Possible back-ends: cookies and HTML 5 localStorage.

Original issue reported on code.google.com by mihai.sucan on 22 Sep 2009 at 5:02