Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Persistant cookies:

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    2

    Persistant cookies:

    Could you tell me a bit more about this, I know that a "persistent cookie" is a small bit of information that is placed on a web user's hard drive by a web site or Internet server, and becomes a privacy matter when uses of that technology can track the activities of users over time and across different web sites.



    Are these cookies developed purposely by the webdeveloper of that site by means of a program language.

  2. #2
    WebProWorld MVP ronniethedodger's Avatar
    Join Date
    Aug 2003
    Posts
    1,402
    Cookies cannot access another domains cookie, so tracking across multiple sites should not be possible. There was a problem with this once, but that problem was plugged quite a while back.

    If you want to see your cookie right now, type this into your browser address window JavaScript:alert(document.cookie);

    Some personal information such as your browser type, IP address, etc can be gotten to without the use of a cookie. You can stop this information from being given away by going to Anonymizer ; this site works like a proxy server, which also filters cookies. Another site that does the same thing is The-Cloak. I am sure there are some others out there.

Similar Threads

  1. help with the php cookies
    By AjiNIMC in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 01-08-2006, 07:50 PM
  2. Does this site not use cookies?
    By Robert Paulson in forum WebProWorld: Guidelines/Announcements/Suggestions
    Replies: 4
    Last Post: 03-11-2005, 10:42 AM
  3. P3P, cookies...
    By bebarrett in forum Web Programming Discussion Forum
    Replies: 0
    Last Post: 02-07-2005, 01:38 PM
  4. Is google dance persistant or periodical?
    By Flext in forum Google Discussion Forum
    Replies: 5
    Last Post: 11-25-2004, 04:52 AM
  5. cookies
    By pne in forum Google Discussion Forum
    Replies: 0
    Last Post: 10-08-2004, 11:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •