An HTTP cookie is a piece of data stored by the user's web browser. Unless otherwise specified, cookies can be created, read, modified and deleted both by JavaScript and from server-side through HTTP headers.

learn more… | top users | synonyms (1)

0
votes
1answer
28 views

Javascript Cookie not being created

I have this code referencing a form on my site to create a cookie <script type="text/javascript"> function storeValues(form) { setCookie("signup[email]", form.signup[email].value); ...
1
vote
0answers
44 views

Change cookie value onclick

Sorry if this is really obvious, not great at coding and new to cookies so stil trying to get my head round it. I am trying to create a website redirect for my Magento installation. In the index.php I ...
0
votes
1answer
15 views

Why can't I get the cookie's value with Jinput in Joomla 2.5+?

QUESTION Why can't I get the cookie's value with Jinput in Joomla 2.5+? DETAILS I used to use $cookievalue = JRequest::getVar( 'cookievalue', 'valueifnotexist', 'COOKIE' ); but it is ...
0
votes
0answers
36 views

Show Alert for NSURL Login Response based if a cookie was returned or not. Objective C

I have a NSURL Post request and when you post the correct details a Cookie is sent back successfully. So I am posting a username and password to a url and if the correct details are put in a cookie is ...
0
votes
3answers
34 views

Setting a cookie in jquery based on input box

I ma really new to javascript but I am using jquery and the jquery cookie library. I was wondering how I can put the contents of an input text box into a cookie. This is the code I have tried but it ...
0
votes
0answers
64 views

NodeJs, Express, Socket.IO authentication

I want people to login using a standard loginform and then join a socket.io chatroom if authentication was successful. I dont know how to retrieve the session when setting up the socket.io part. So ...
2
votes
1answer
53 views

Jquery Cookie not being read correctly

I am trying to set a cookie, and then read it and put it into my google geocoding script but it doesnt seem to work. It should be so the only autosuggestion results are from the US but you can see in ...
3
votes
1answer
61 views

Cookie and session issues in php / mysql / wamp

I use wamp to develop on a windows 7 machine. For this app I have an admin area which tracks the admin username and encrypted password with $_SESSION and a cookie which keeps track of the randomly ...
2
votes
1answer
33 views

Is there any way to prevent people from changing ip?

I have some problem to solve. I created a website. Website's member has their(A) own page(like blog) and if someone stays in their(A) page for more than a minute, they(A) can earn some points. And by ...
1
vote
1answer
33 views

Access cookies with a Firefox Addon content script?

I am trying to translate an Addon from Chrome that someone else created. It has a content script that has chrome.cookies.get in it. I can't find a suitable way to fix this for Firefox. Is there any ...
0
votes
0answers
16 views

Setting Cross-Domain Cookies possible if recipient isn't a browser?

I know it's impossible to set a cookie for example.com if your domain is example2.com. The browser will simply reject it even if you do try to set it. However, what if the consumer isn't a browser at ...
1
vote
3answers
48 views

Evercookie browser security

I've just discovered Evercookie project on Github. Evercookie is a Javascript API that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've ...
0
votes
2answers
50 views

cookie return undefined value javascript

i want to make a cookie to remember a radius that a user can choose. the problem is the cookie works but the value of the cookie is undefined. i dont know what i am doing wrong. the function ...
1
vote
1answer
31 views

Using cookieParser() and cookieSession() together?

cookieParser() gives us the option of signing cookies with a secret sentence, which is great to prevent tampering. I understand that a cookie is signed with a special value, to prevent tampering. I ...
0
votes
0answers
41 views

WebSphere issue with JSESSIONID stored in a cookie

my portal stores the JSESSIONID in a cookie (WebSphere configuration) but when press logout and redirected to the login page, the cookie is still there. This creates the following problematic ...
-3
votes
0answers
35 views

Get website's cookies and work with them? [closed]

So before I begin, I want to explain why I need this, because it will seem like I'm trying to make a virus. I use a website quite a bit, and one tiny part of it only works in opra (ugh!). I use ...
0
votes
1answer
61 views

Remember toggle state on div after page refresh

I have a div that expands/collapses to an automatic height based on button clicks. I have that working just fine, but I would like to use jquery.cookie.js to remember if the user expanded it or not, ...
0
votes
1answer
19 views

Cuts off form data when setting url as value

This script creates a cookie depending on form data, (ex: ?docname=My Document) <script type="text/javascript"> { var docname = getValue("docname"); // these go off another script to get form ...
0
votes
0answers
33 views

Maintaining a PHP session on an iPhone web app

I've just created a web app on my iPhone. I can open it and log in with no problem, but whenever I return to the app it has forgotten my previous session and I have to re-enter my username and ...
0
votes
1answer
26 views

Sending cookie to Node.js

I'm making a request to my Node.js server using the Postman plugin for Chrome. In my headers I have a field called Cookie and it's populated with my AuthSession cookie like so: ...
0
votes
0answers
39 views

Get HttpOnly cookies using HttpWebRequest

I'm trying to log in to a site programmatically using .NET's HttpWebRequest POST method (code's written in C#). Originally I sent the request to the login page, saved the response cookies to a ...
0
votes
0answers
36 views

Deleting cache/cookies from Chilbrowser - Phonegap

I need a button to clear the cache/cookies of the childbrowser. I tried the following code, but it doesn't work. I also found a guy saying that it works for him, but not always: NSHTTPCookieStorage ...
0
votes
1answer
82 views

Cookie based Authentication on Phonegap

I'm facing a problem with phonegap cookie based authentication: After i force the iPhone to close my app (double click on the physical button and close), i lose the cookie that i established with the ...
1
vote
0answers
26 views

Using evercookies with codeigniter [closed]

I am trying to use evercookies with codeigniter. I am including 3 necessary files for this but the problem is that the script needs some files wich are in evercookie folder, searching for them on ...
1
vote
2answers
49 views

JavaScript Cookie not writing based on URL Attributes

I wrote a script that creates a cookie, and sets the name and value based on form data ?docname=, the getValue comes from this script that gets the form data: <script type="text/javascript"> ...
0
votes
5answers
55 views

Should I use Both SESSION and COOKIE or Just COOKIE?

I have a user login system in my site and I have a confusion. Currently I don't have the 'Remember Me' Checkbox in the User Login System. Currently I am using some thing like this to login the user. ...
-7
votes
1answer
58 views

How to delete cookies of IE, Chrome and FF browsers with Selenium WebDriver using Java?

I am using Selenium WebDriver. After successful completion of first test execution browsers are responding slowly and remaining tests are failing. How to delete cookies of IE, Chrome and FF browsers ...
0
votes
0answers
28 views

jQuery Accordian Cookie state save

I'm having some problems with my code. What i'm trying to do is save the state of the accordions upon refresh. I'm using jQuery, jQuery Cookie and jQuery UI Accordion. The problem is that the cookie ...
0
votes
2answers
60 views

How to accept cookies in Windows Phone 7.5/8?

How to accept cookies in windows phone 7.5/8? In iPhone cookie accepts code like this NSHTTPCookieStorage *cookieStorage = [NSHTTPCookieStorage sharedHTTPCookieStorage]; [cookieStorage ...
0
votes
0answers
14 views

How to set a third party cookie in newer IE?

i have an iframe app, and i cannot add a header to the extern page just to the iframe page,.... I want to set a third Party Cookie in IE? Can i use IE or something instead? Best regards,
0
votes
1answer
27 views

script should run when the page is loaded for the second time

This code is to run a script once a week. <?php $expire=time()+60*60*24*30; setcookie("count", "yes", $expire); if (isset($_COOKIE["count"])) $fb="none()"; else $fb="facebook()"; ?> I wish ...
2
votes
0answers
32 views

Tomcat 7 exception when cookie contain umlaut characters

I'm a developer and I face the exception below when Cookie contain umlaut characters (ä,ö,ü), I tried many solutions and configurations without any result. I use Tomcat7 Any solution please Feb 21, ...
1
vote
1answer
23 views

Creating a new cookie (overwriting the old one) keeps a list of old values?

Edit: Sorry! I forgot to include details. I'm using C# within a MVC4 project. so I have some code here that is supposed to 1. Create a new cookie if the UserID parameter is set and one hasn't been ...
0
votes
1answer
70 views

How do I read or write a cookie in php using gwan? [closed]

How do I read or write a cookie in php using gwan? I tried use setcookie, but the only variables that appear are get and post in argv.
0
votes
1answer
40 views

How can Javascript redirect a website user back to login page if need be?

If a website user attempts to enter a secure page before entering the login page for the whole website, what script will be able to redirect him back to the login page without hindering his usage of ...
0
votes
0answers
15 views

Browser cookie domain issue

I have a question about the cookie domain. I currently store the ui layout setting in the cookie. however, for example, see these two different urls: www.example.com/user and www.example.com/user/1. ...
-1
votes
1answer
35 views

Unable to set Cookie in php

I am working with social login. I tried login with facebook. Once the user is authenticated I can get their value and I need to set their id in a cookie so that I can create a session across the ...
0
votes
1answer
8 views

Web storage options

I need to have some script on my webpage which enables viewers to identify what internal links they opened on previous visits. I have looked at cookies and web storage. First prize would be a box in ...
0
votes
0answers
7 views

Create a cookie and change a button depending on it's existence

We have a reports page in our site which has a button called "DOWNLOAD FULL REPORT". On the click of this button we are redirected to a form having formid=reqform. When we fill the details, on click ...
0
votes
2answers
71 views

Make a user agreement before enter site - PHP, Redirect, Cookies

I need some help with php redirection, cookies, etc. To specify what I exactly want it to do please take a look at description: I have created files: index.php, contact.php, info.php etc. .. I have ...
0
votes
2answers
48 views

cant get associative array variables from cookies in codeigniter

i seem to be stuck at this problem for quiet a few time, basically i have used cookie in codeigniter, and passed an array with different names to different functions, the code to set the cookie is ...
2
votes
1answer
46 views

Implementing anonymous user voting [duplicate]

I am building an anonymous voting system for my web application. My goal is to make a system that each computer (device) can perform 1 vote only. I know the best way to achieve this is not to ...
0
votes
0answers
19 views

Calculating an expires date for cookies in apache with mod_headers

How can I set the "expires" value to something like "2 years from now" when setting a cookie in Apache using mod_headers, like so: Header set Set-Cookie "foo=bar;path=/;Secure;HttpOnly;Expires=+2Y" ...
0
votes
0answers
15 views

Getting IIS Role from Encrypted Cookie

I am trying to get a login working correctly but have run into a little problem. I do not have access to the C# code only the web side of everything so I am not sure if what I need is even possible. ...
0
votes
0answers
36 views

Is it possible to use cookies to authenticate to a proxy server? [closed]

I have a proxy server, and I want to force my users to authenticate before accessing the network. Each user will have login credentials, which they will use at the captive portal login page. Now, ...
-1
votes
0answers
34 views

jQuery Trying to store link in cookie

So I created this product called Office. You can create documents. These documents changes are applied and set by form data. But they are obviously only set on that page. For Example, heres the ...
0
votes
1answer
43 views

Read all available cookies: jQuery cookies

So I created this product called Office. You can create documents. These documents changes are applied and set by form data. For Example, heres the Document Editor Form data being, such as the name ...
0
votes
2answers
31 views

Can cookies identify a website exit time?

Is it possible using cookies to determine the time a user left a webpage if its the last one visited? In other words, if a user visits 5 webpages on my website, can I determine the time the user left ...
0
votes
0answers
20 views

How do you use Apache Proxy on localhost and call remote API and set cookies?

I am running Apache 2 locally and have a proxy set up so that my web app uses APIs on a remote QA server. However, the JSESSIONID and other cookies aren't getting set correctly. What are the proper ...
0
votes
0answers
22 views

Modify Local Shared Object with javascript or PHP

In my previous question I tried to figure out how to identify a computer as accurate as possible. I think the best solution is the usage of Local Shared Objects a.k.a flash cookies. I would like to ...

1 2 3 4 5 186