COOKIES.

Slides:



Advertisements
Similar presentations
Not like the State of Virginia. What is State in ASP.NET? Services (like web services) are Stateless. This means if you make a second request to a server,
Advertisements

Cookies, Sessions. Server Side Includes You can insert the content of one file into another file before the server executes it, with the require() function.
Unit 11 Using the Internet & Browsing the Web.  Define the Internet and the Web  Set up & troubleshoot an Internet connection  Categorize webs sites.
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
6/10/2015Cookies1 What are Cookies? 6/10/2015Cookies2 How did they do that?
1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
Servlets and a little bit of Web Services Russell Beale.
Extras Plus! Pepper. Objectives extra knowledge Cookies Picture handling when creating site.
17 April Using Technology. Where Can You Use Technology? Product Sales Marketing Operations Finances Salaries Inventory Logistics Analysis Market Customer.
What are cookies? Cookies are text files stored on one’s computer after visiting a website Used for: -Storing information such as a unique visitor ID -Allowing.
20/1/12.  Cookies are a useful way of storing information on the client’s computer  Initially feared, when they first appeared and were considered a.
XP Tutorial 9 New Perspectives on JavaScript, Comprehensive1 Working with Cookies Managing Data in a Web Site Using JavaScript Cookies.
1 The World Wide Web. 2  Web Fundamentals  Pages are defined by the Hypertext Markup Language (HTML) and contain text, graphics, audio, video and software.
How It Applies In A Virtual World
The World-Wide Web. Why we care? How much of your personal info was released to the Internet each time you view a Web page? How much of your personal.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 48 How Internet Sites Can Invade Your Privacy.
A brief walkthrough the world of the internet.  TCP/IP stands for Transmission Control Protocol/Internet Protocol  TCP/IP is the standard for transmitting.
Staying Safe Online Keep your Information Secure.
Adapted from Computer Concepts, New Perspectives, Thompson Course Technology EDW 647: The Internet Dr. Roger Webster & Dr. Nazli Mollah 24 Cookies: What.
INTERNET PRIVACY Marketing companies The cookie leak security hole in the HTML messages The Web Bug Can we trust the privacy.
JavaScript, Fourth Edition
Working with Cookies Managing Data in a Web Site Using JavaScript Cookies* *Check and comply with the current legislation regarding handling cookies.
CSE 154 LECTURE 12: COOKIES. Including files: include include("filename"); PHP include("header.html"); include("shared-code.php"); PHP inserts the entire.
The Internet TCIP/IP  TCP/IP stands for Transmission Control Protocol/Internet Protocol, which is a set of networking protocols that allows two or more.
Chapter 8 Cookies And Security JavaScript, Third Edition.
Week seven CIT 354 Internet II. 2 Objectives Database_Driven User Authentication Using Cookies Session Basics Summary Homework and Project 2.
COOKIES. INTERNET COOKIES What are they Where are they found What should you do about them.
PHP1-1 PHP Lecture 2 Xingquan (Hill) Zhu
Lecture 8 – Cookies & Sessions SFDV3011 – Advanced Web Development 1.
Chapter 18 Technology in the Workplace Section 18.2 Internet Basics.
Cookies Web Browser and Server use HTTP protocol to communicate and HTTP is a stateless protocol. But for a commercial website it is required to maintain.
11 1 Cookies CGI/Perl Programming By Diane Zak Objectives In this chapter, you will: Learn the difference between temporary and persistent cookies.
COOKIES and SESSIONS. COOKIES A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user's computer. Each.
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
ASP.Net, Web Forms and Web Controls 1 Outline Session Tracking Cookies Session Tracking with HttpSessionState.
CP476 Internet Computing CGI1 Cookie –Cookie is a mechanism for a web server recall info of accessing of a client browser –A cookie is an object sent by.
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7
Cookies (continue). Extracting Data From Cookies Data retrieved from a cookie is a simple text string. While there is no specific JavaScript function.
Chapter 12: How Private are Web Interactions?. Why we care? How much of your personal info was released to the Internet each time you view a Web page?
Cookies By: Kendra Alvarez. Concepts of Cookies Cookies are pieces of information generated by a Web server and stored in the user's computer, ready for.
Privacy & Confidentiality in Internet Research Jeffrey M. Cohen, Ph.D. Associate Dean, Responsible Conduct of Research Weill Medical College of Cornell.
Web Measurement. The Web is Different from other Commuication Media More precise measurement of activity on Web sites is available More precise measurement.
Family Connection Collaborative Webs A Tool for Creating and Managing Web sites.
IS2802 Introduction to Multimedia Applications for Business Lecture 8: JavaScript and Cookies Rob Gleasure
ITM © Port,Kazman 1 ITM 352 Cookies. ITM © Port,Kazman 2 Problem… r How do you identify a particular user when they visit your site (or any.
Computer-made Cookies Presented by Helal Lutfi. What is a Computer Cookie?  A small text file which contains a unique ID tag.  Placed on your computer.
Unit-6 Handling Sessions and Cookies. Concept of Session Session values are store in server side not in user’s machine. A session is available as long.
Session 11: Cookies, Sessions ans Security iNET Academy Open Source Web Development.
Protecting your search privacy A lesson plan created & presented by Maria Bernhey (MLS) Adjunct Information Literacy Instructor
COOKIES Gloria Soria Network Security COSC 356. What is a Cookie? A cookie is a piece of text that a Web Server can store on a user's hard disk. Cookies.
Windows Vista Configuration MCTS : Internet Explorer 7.0.
Some from Chapter 11.9 – “Web” 4 th edition and SY306 Web and Databases for Cyber Operations Cookies and.
CS 115: COMPUTING FOR THE SOCIO-TECHNO WEB TECHNOLOGIES FOR PRIVATE (AND NOT-SO-PRIVATE) COMMUNICATIONS.
CSE 154 Lecture 20: Cookies.
Personal spaces.
Unit 11 Using the Internet & Browsing the Web
ITM 352 Cookies.
Internet and security.
Latest Updates on BlackHawk Mines Music : Privacy Policy
CS 115: COMPUTING FOR The Socio-Techno Web
CoreFTP.
What is Cookie? Cookie is small information stored in text file on user’s hard drive by web server. This information is later used by web browser to retrieve.
Cookies Cookie :- A cookie is often used to identify a user. A cookie is often used to identify a user. A cookie is a small file that the server embeds.
Configuring Internet-related services
CoreFTP.
Computer Security.
CSc 337 Lecture 27: Cookies.
WJEC GCSE Computer Science
Internet Ad Serving Norman White 2013.
CSc 337 Lecture 25: Cookies.
Presentation transcript:

COOKIES

INTERNET COOKIES What are they Where are they found What should you do about them

INTERNET COOKIES MISCONCEPTION A SMALL PROGRAM SEARCHES FOR PERSONAL INFORMATION CAN HARM YOUR COMPUTER IDENTIFIES YOU TO BUISINESSES

INTERNET COOKIES ACTUAL DEFINITION Short pieces of data used by web servers to help identify web users Placed on your hard drive by server Identifies your IP address during your visit Helpful on shopping sites

INTERNET COOKIES WEB BROWSER REQUESTS A FILE FROM A SERVER IF NO COOKIE, SERVER ISSUES ONE COOKIE IS SENT TO SERVER- IF ALREADY EXISTENT SERVER READS COOKIE AND SENDS IT BACK WITH UPDATE

INTERNET COOKIES COOKIE EXPIRATION NO EXPIRATION DATE PERSISTENT

INTERNET COOKIES WHO CAN SEE THE COOKIES? Only the server that put the cookie on your hard drive. Larger sites can set a domain attribute for other servers in the same subdomain

INTERNET COOKIES WHAT INFO CAN COOKIES RETURN? IP ADDRESS YOUR TYPE OF BROWSER OPERATING SYSTEM NUMBER OF VISITS TO WEB SITE VOLUNTEERED INFORMATION

INTERNET COOKIES SHOPPING COOKIES IDENTIFIES YOU WITH A NUMBER KEEPS TRACK OF YOUR SHOPPING CART AT CHECK OUT - IT LISTS YOUR SELECTIONS

INTERNET COOKIES WHY A BAD REPUTATION FOR COOKIES?? WHEN USED AS A TRACKING DEVICE CAN SEE WHAT WEB PAGES YOU VISIT, HOW OFTEN, AND HOW LONG CLICKING ON AD BANNERS USED TO INFER YOUR INTERESTS

INTERNET COOKIES THE IMFAMOUS DOUBLECLICK LARGE PROVIDER WITH AD BANNERS ON MANY SITES COOKIES ARE VISBILE ON MULTIPLE SITES FOR TRACKING CAN SEE SEARCH STRINGS YOU TYPE INTO SEARCH ENGINES FORMS RICH PROFILES OF USERS THREATENED TO PERSONALIZE

INTERNET COOKIES WHERE ARE THESE COOKIES ON YOUR HARD DRIVE?? DEPENDS ON WEB BROWSER C:\WINDOWS\COOKIES C:\WINDOWS\PROFILES\COOKIES DIRECTORIES IN NT OR WINNT

INTERNET COOKIES WHAT TO DO ABOUT THEM IN BROWSER TOOLS\INTERNET OPTIONS\TEMPORARY INTERNET FILES-- DELETE THEM IN C:\WINDOWS\COOKIES, SELECTIVELY DELETE THEM

INTERNET COOKIES MANAGE COOKIES FROM BROWSER TOOLS\INTERNET OPTIONS\PRIVACY\ADVANCED PROMT BEFORE ACCEPTING OR BLOCK REMEMBER SOME SITES REQUIRE COOKIES FOR ACCESS!!

INTERNET COOKIES MANY COOKIE TOOLS TO MANAGE COOKIES WITH AD-AWARE WILL FIND ALL SPYWARE AND TRACKING COOKIES http://www.lavasoft.de/software/adaware/ WWW.COOKIECENTRAL.COM/FILES.HTM WWW.GUIDESCOPE.COM/HOME/

INTERNET COOKIES P3P- PRIVACY PREFRENCES PROJECT EMERGING INDUSTRY STANDARD FOR USERS TO GAIN MORE CONTROL OVER THEIR PRIVATE INFORMATION IN IE 6.0 IT READS THE PRIVACY POLICY ON WEB SITES AND ALLOWS YOU TO SET YOUR TOLERANCE.