peterinwa
04-21-2003, 03:12 AM
That's my question... the following is optional reading.
Most visitors to my site use my calories burned calculator. It uses cookies to keep track of your age, sex, weight, etc. so you don't have to re-enter them each visit. A convenience. But the calculator works without cookies.
My new calculator gives the calories etc. in foods. The database is so big that it is divided into separate lists for meats, bakery, etc. Rather than have a webpage for each list, I have only one webpage which conditionally loads the desired list based on a cookie setting. When you want to change lists, a cookie is written to specify the desired list and then the page is reloaded.
Without cookies enabled, this fails. You always return to the default list rather than going to the one you selected.
With the new calculator it is not just a matter of convenience; it will fail if cookies aren't enabled. So I am wondering if they are enabled at public libraries, university computer systems, business computer systems, and so on.
I can imagine them being disabled at a public library. Otherwise with the constant change in users the disk would fill with cookies. On the other hand, many sites depend on cookies. Perhaps the computers are set to delete a user's cookies at the end of their session?
Thanks for your ideas on this,
Peter
Most visitors to my site use my calories burned calculator. It uses cookies to keep track of your age, sex, weight, etc. so you don't have to re-enter them each visit. A convenience. But the calculator works without cookies.
My new calculator gives the calories etc. in foods. The database is so big that it is divided into separate lists for meats, bakery, etc. Rather than have a webpage for each list, I have only one webpage which conditionally loads the desired list based on a cookie setting. When you want to change lists, a cookie is written to specify the desired list and then the page is reloaded.
Without cookies enabled, this fails. You always return to the default list rather than going to the one you selected.
With the new calculator it is not just a matter of convenience; it will fail if cookies aren't enabled. So I am wondering if they are enabled at public libraries, university computer systems, business computer systems, and so on.
I can imagine them being disabled at a public library. Otherwise with the constant change in users the disk would fill with cookies. On the other hand, many sites depend on cookies. Perhaps the computers are set to delete a user's cookies at the end of their session?
Thanks for your ideas on this,
Peter