Save user preferences on the server side
----------------------------------------
Key: JSPWIKI-653
URL: https://issues.apache.org/jira/browse/JSPWIKI-653
Project: JSPWiki
Issue Type: Improvement
Components: Core & storage
Affects Versions: 2.8.3
Reporter: Jürgen Weber
Currently user preferences are stored in a cookie.
Unfortunately, our users cannot change the browser cookie settings, which
default to the cookies being deleted on closing the browser and JSPWiki
forgetting the user preferences.
JSPWiki should introduce some kind of user preferences storage interface, an
implementation should be selected in jspwiki.properties. Implementations should
be the current cookie based behaviour and storage in a property file (location
specified again in jspwiki.properties).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.