Skip to content

This repo showcases how cookies come in handy for authentication.

Notifications You must be signed in to change notification settings

pratham-srivastava-07/AuthUsingCookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Greetings

This is a project/repo about how COOKIES are used in web Development

An Overview

Cookies in web development are small pieces of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. They are designed to be a reliable mechanism for websites to remember things (very similar to local storage)

1.Session Management: Cookies allow websites to identify users and track their individual session states across multiple pages or visits.

  1. Personalization: Websites use cookies to personalize content and ads. For instance, cookies might store information about a user's preferences, allowing the site to tailor content or advertisements to those interests.

  2. Tracking: Cookies can track users across websites, providing insights into browsing behavior. This information can be used for analytics purposes, to improve website functionality, or for advertising targeting.

  3. Security: Secure cookies can be used to enhance the security of a website by ensuring that the transmission of information is only done over an encrypted connection, helping to prevent unauthorized access to user data.

About

This repo showcases how cookies come in handy for authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published