| home / programming / javascript / cookies |
|
|
Making the Most from the Drudgery of OthersAre They Safe and Secure?Cookies are safe. They are not an invasion of your privacy (you can turn them off after all!) or a way for someone to put "harmful" things on your computer. While this is technically possible, it is highly unlikely. Here is a excerpt from "Using HTML 4, XML, and Java 1.2" by Eric Ladd and Jim O'Donnell:
...In Reality, cookies are seldom used for these purposes. Although technically these things are possible, better and easier ways of getting the same type of information now exist without using cookies. ...Other users are concerned that cookies set by one Web site might be read by other sites. This is completely untrue. Your Web browser software prevents this from happening by making cookies available only to the sites that created them. Furthermore, cookies themselves can be secured using a secure parameter. Feeling safer? Good. Now let's jump into the actual use and operation of cookies. |
| To Continue, Use The Arrow Buttons |
|
Comments are
welcome
Produced by Greg Meckes
Created: Jan. 12, 2000
Revised: Jan. 14, 2000
URL: http://webreference.com/programming/javascript/cookies/page3.html