What is a Cookie?
A cookie is a small amount of data that is sent to your web browser from a
web server. This data is never "executed" as code, so it can't contain
programs or viruses, and can't be longer than 4,000 characters. Cookies are
generally used to help web sites determine the state of your "client."
Let's say, for instance, that you go to a shopping web site and purchase
something. Instead of going off to pay for that item right away, you want
to continue browsing. A cookie can be "set" to indicate that you put
something in your "shopping cart", so that when you go to pay for all your
items, the server has a way of knowing all the items you selected by looking
at your cookie.
We use cookie simply to record your Login Information.
Why does we use Cookies
First, we should make it clear that we only use cookies to help identity you to our system.
We also use cookies so that you don't have to bother logging in everytime to use the member services. We should also make clear that we do _not_ distribute your cookie information to other organizations. No other sites other than us can access this cookie.
What about Security?
A cookie cannot but used to extract data from your system. When a cookie is
set, your browser checks it for length, an expiration date, and the domain
from which it came. This domain checking means that only our site can access
your cookie. We do _not_ distribute your cookie or account information to other companies.
We hope this information clarifies the role of cookies on our System.