Top "Cookies" questions

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

How do I set/unset a cookie with jQuery?

How do I set and unset a cookie using jQuery, for example create a cookie named test and set the …

javascript jquery dom cookies
Set cookie and get cookie with JavaScript

I'm trying to set a cookie depending on which CSS file I choose in my HTML. I have a form …

javascript html css cookies
How do I expire a PHP session after 30 minutes?

I need to keep a session alive for 30 minutes and then destroy it.

php session cookies
Get cookie by name

I have a getter to get the value from a cookie. Now I have 2 cookies by the name shares= and …

javascript cookies
How to delete a cookie?

Is my function of creating a cookie correct? How do I delete the cookie at the beginning of my program? …

javascript cookies
Create, read, and erase cookies with jQuery

Somebody help me. How to create, read and erase some cookies with jQuery ?

jquery cookies
Remove a cookie

When I want to remove a Cookie I try unset($_COOKIE['hello']); I see in my cookie browser from firefox …

php cookies
Clearing all cookies with JavaScript

How do you delete all the cookies for the current domain using JavaScript?

javascript cookies
Cross-Domain Cookies

I have two webapps WebApp1 and WebApp2 in two different domains. I am setting a cookie in WebApp1 in the …

cookies web-applications cross-domain
Local Storage vs Cookies

I want to reduce load times on my websites by moving all cookies into local storage since they seem to …

html cookies httprequest local-storage