Hacker News new | ask | show | jobs
by michelle_ 5143 days ago
Thanks for taking the time to check out the app and give feedback!

Tasks should have persisted across sessions, but when I changed from the "beta" to "live" URL I forgot to update the cookie settings. It should work now.

I had thought about using local storage, but opted instead for a "guest key" stored as a cookie that ties to the tasks in the database. It's definitely important for tasks to never disappear, one way or another.

Thanks again!