Abhishek HolaniforReactPlay Blogreactplay.hashnode.net·Dec 2, 2022Persistent Log in using Cookies in ReactIntroduction It's a hassle to login into applications such as social media, youtube, and GitHub which are visited by users regularly, mostly multiple times in a single day. No one wants to keep entering the same credentials every time they wish to us...Discuss·23 likes·682 readsReact
Prakhar Singhforitzprakhar.hashnode.net·Jan 13, 2023Why Websites Use COOKIES ?Whenever we visit websites, most of the time we receive pop-ups like "Accept the Cookies !" so what are these cookies and why do websites use this thing? 🍪 Let's understand 🍪 in a very easy way by correlating it with our daily life example Imagine...Discuss·21 likes·124 readscookies
Shalini BaskaranforShalinishalinibaskaran.hashnode.net·Jul 28, 2021How To Handle Cookies in Selenium WebDriverMost of us use online platforms for doing things like online shopping, bill payments, ticket booking, and more. These online platforms (or websites) use cookies to identify whenever there is a new visit. On a lighter note, these are not cookies that ...Discuss·20 likes·76 readscookies
dahliaforeveryday code then porradacodethenporrada.hashnode.net·Apr 8, 2023How to set a cookie using NextJS 13 API routesIt seems that there is a correct sequence for creating a Response object with a set-cookie header and a JSON body in Next.js 13. I'm not sure if this is limited to the beta app directory version and typescript. Problem: typescript is confused? If you...Discuss·72 readsNext.js
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 15, 2023Web Basics - Part 4What are Cookies, Local Storage, and Session Storage? Cookies, local storage, and session storage are all ways to store data in a user's browser while they are interacting with a website. Cookies are small text files that are stored on a user's compu...Discusscache
Michael EdwardforMuseairdward.hashnode.net·Mar 13, 2023Cookies; Why?Cookies are small data files that are created and stored on a user’s computer or device by a website. These files are used to store information about the user’s preferences and browsing behaviour on the website. Cookies can be categorized into differ...Discusstechnology
Ben WattsforMVBootstrap.iomvbootstrap.hashnode.net·Feb 24, 2023Auth - FoundationI hate auth. Quite simply. Over the years, it is the one feature of app development that has, over and over again tied me up in knots. Unlike other parts of the technical stack, I've never quite hit upon a solution that has become my "go-to", with ei...Discuss·28 readsSST Tamaguicookies
Jane GleizerforJane Gleizer's blogjanegleizer.hashnode.net·Feb 21, 2023Cookies - what are they, why are they important and what should we know about them?Evgenia Gleizer, Yield Analyst at Iponweb (Criteo) What is a cookie? When web browsing, most of us encountered that line at the bottom of the page, asking if we want to “accept” or “reject” “all cookies”. And most of us, without really knowing what t...Discuss·26 readscookies
Oyin DawoduforExplore With Oyindaoyindawodu.hashnode.net·Feb 14, 2023Should You Accept Cookies from Websites?When browsing the internet, it's common to come across websites that require you to accept cookies before granting you access to their site. This can cause worries about the security of accepting these cookies. In this post, I will explore what cooki...Discuss·47 readscookies
Vaibhav DewanganforVAIBZDE 》Vaibhav Dewangan's Blogvaibzde.hashnode.net·Feb 5, 2023#Day47 - Implementing Session Management and Cookies in NodeJSWelcome to the 47th day of the "Code, Blog, Repeat: A 50-Day Quest for Back-End Mastery" series! In today's blog, we will be covering the topic of session management and cookies in NodeJS. Session management and cookies play a crucial role in backend...Discuss·35 readsCode, Blog, Repeat: A 50-Day Quest for Back-End Masterysession management
Rafiqul Shoponforrafiqulshopon.hashnode.net·Jan 20, 2023Decoding Cookies: How Websites Utilize Them for Personalization, Analytics and SecurityCookies are small text files that are placed on your computer or mobile device by a website you visit. They are used to store information about your preferences, login information, and other details about your visit to that website. In this blog post...Discusscookies
Exploding RickforSpinning to Full Stackxrick.hashnode.net·Jan 20, 2023Ooh! Cookies!First of all, if you haven't read Part 1, "Is that really you?", STOP! Go read it right now! What are you still waiting for? GO! If you got to this point, congratulations, either you read the other article or you are a little rebel. I like you either...Discusscookies
Prakhar Singhforitzprakhar.hashnode.net·Jan 13, 2023Why Websites Use COOKIES ?Whenever we visit websites, most of the time we receive pop-ups like "Accept the Cookies !" so what are these cookies and why do websites use this thing? 🍪 Let's understand 🍪 in a very easy way by correlating it with our daily life example Imagine...Discuss·21 likes·124 readscookies