Fossil SCM

Document the draft behavior when neither localStorage nor sessionStorage are available.

stephan 2026-06-09 22:53 UTC forum-editor-2026
Commit 411a3c5da2b2445b570369985fd9c9151464ae10a76edd2f3f9dcd51ed951566
1 file changed +5
--- www/forum.wiki
+++ www/forum.wiki
@@ -528,5 +528,10 @@
528528
529529
Local drafts for replies and responses (but not new posts) are
530530
automatically purged at semi-random intervals. Every Nth visit to a
531531
forum page has a small chance to run the cleanup, and drafts older
532532
than 10 days old are purged.
533
+
534
+If neither <code>localStorage</code> nor <code>sessionStorage</code>
535
+are available, it uses a transient storage object which is recreated
536
+on each page-load, so it cannot store drafts outside of a single
537
+thread at a time.
533538
--- www/forum.wiki
+++ www/forum.wiki
@@ -528,5 +528,10 @@
528
529 Local drafts for replies and responses (but not new posts) are
530 automatically purged at semi-random intervals. Every Nth visit to a
531 forum page has a small chance to run the cleanup, and drafts older
532 than 10 days old are purged.
 
 
 
 
 
533
--- www/forum.wiki
+++ www/forum.wiki
@@ -528,5 +528,10 @@
528
529 Local drafts for replies and responses (but not new posts) are
530 automatically purged at semi-random intervals. Every Nth visit to a
531 forum page has a small chance to run the cleanup, and drafts older
532 than 10 days old are purged.
533
534 If neither <code>localStorage</code> nor <code>sessionStorage</code>
535 are available, it uses a transient storage object which is recreated
536 on each page-load, so it cannot store drafts outside of a single
537 thread at a time.
538

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button