If you wonder why in Quickr 8.2 the folder settings are no longer stored between sessions:
For performance reasons the default behaviour for this has changed in Quickr 8.2 to not writing cookies.
If you want to reenable behaviour of Quickr 8.1 you need to add the following section to QPCONFIG.XML and restart the server:
[codesyntax lang=”xml” title=”qpconfig.xml”]
1 2 3 |
<cookies> <folder enabled="true" /> </cookies> |
[/codesyntax]
Re-enable folder cookies in Quickr 8.2 (Domino)