Top "Cookies" questions

An HTTP cookie is a piece of data stored by the user's web browser.

How do I make an http request using cookies on Android?

I'd like to make an http request to a remote server while properly handling cookies (eg. storing cookies sent by …

java android http url cookies
Can jQuery read/write cookies to a browser?

Simple example: I want to have some items on a page (like divs or table rows), and I want to …

javascript jquery cookies
Are HTTP cookies port specific?

I have two HTTP services running on one machine. I just want to know if they share their cookies or …

security http cookies
How to set cookie value with AJAX request?

I want to set a cookie value on an AJAX request but the code below doesn't work. $.ajax({ type: "GET", …

javascript jquery ajax jquery-mobile cookies
How do you set up use HttpOnly cookies in PHP

How can I set the cookies in my PHP apps as HttpOnly cookies?

php security cookies xss httponly
Check if Cookie Exists

From a quick search on Stack Overflow I saw people suggesting the following way of checking if a cookie exists: …

c# asp.net cookies webforms asp.net-4.0
Using Cookie in Asp.Net Mvc 4

I have web application in Asp.Net MVC4 and I want to use cookie for user's login and logout. So …

c# asp.net-mvc-4 cookies action httpcookie
How exactly do you configure httpOnlyCookies in ASP.NET?

Inspired by this CodingHorror article, "Protecting Your Cookies: HttpOnly" How do you set this property? Somewhere in the web config?

asp.net cookies xss httponly
Get cookie with react

I need to know if my user is connected or not. For that I want to read the cookies that …

reactjs session cookies express-session react-cookie
Send cookies with curl

I am using curl to retrieve cookies like so: curl -c cookies.txt url then I parse the cookie I …

cookies curl