Top "Cookies" questions

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

CURL to access a page that requires a login from a different page

I have 2 pages: xyz.com/a and xyz.com/b. I can only access xyz.com/b if and only …

linux bash cookies curl http-authentication
How to set a cookie for another domain

Say I have a website called a.com, and when a specific page of this site is loaded, say page …

javascript cookies redirect
How to delete a cookie using jQuery?

I want to use jQuery to delete cookies; I have tried this: $.cookie('name', '', { expires: -1 }); But when I …

jquery cookies jquery-cookie
How do you remove a Cookie in a Java Servlet

How do you remove a cookie in a Java servlet? I tried this: http://www.jguru.com/faq/view.jsp?…

java servlets cookies
What is the shortest function for reading a cookie by name in JavaScript?

What is the shortest, accurate, and cross-browser compatible method for reading a cookie in JavaScript? Very often, while building stand-alone …

javascript cookies
jQuery $.cookie is not a function

I am trying to set a cookie using jQuery: $.cookie("testCookie", "hello"); alert($.cookie("testCookie")); But when I load my …

javascript jquery asp.net-mvc cookies
Make Axios send cookies in its requests automatically

I am sending requests from the client to my Express.js server using Axios. I set a cookie on the …

javascript node.js express cookies axios
Fetch API with Cookie

I am trying out the new Fetch API but is having trouble with Cookies. Specifically, after a successful login, there …

cookies fetch-api
How do I uniquely identify computers visiting my web site?

I need to figure out a way uniquely identify each computer which visits the web site I am creating. Does …

javascript cookies browser