Skip to content

Commit

Permalink
change "cookies" to "cookie" due to quarto bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfan-hu committed Dec 13, 2024
1 parent cb6b3b1 commit 2a25222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/features.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Progress,Feature
1,"<a href=""survey-components.html#changing-the-look-and-feel"">Customizable scss theme file</a>"
1,"<a href=""redirect.html#reactive-redirect"">Pass parameters</a> through the url, e.g. to track user IDs"
1,"<a href=""redirect.html"">Redirect</a> users to an external url"
1,"Store session ID in <a href=""server-options#cookies"">browser cookies</a> to store user progress if they refresh the page"
1,"Store session ID in <a href=""server-options#cookie"">browser cookies</a> to store user progress if they refresh the page"
0,"<a href=""server-options#admin-page"">Admin page</a> with password login to preview / download data, pause survey, etc."
0,Form validation (limit input based on question type)
2 changes: 1 addition & 1 deletion server-options.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sd_server(

Five languages are supported by default, but you can customize the messages to any language (or any message) you want. See the [System Translations](system-translations.qmd) page for more details.

## Cookies
## Cookie

Cookies are used to store user sessions, including their session ID, survey data storage (backend), and their survey progress (frontend).

Expand Down

0 comments on commit 2a25222

Please sign in to comment.