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.
1
vote
1answer
32 views
How to safely keeping a user logged in
I was wondering how to keep a user logged in with cookies. I have this code:
setcookie(session_name(),session_id(),time()+3600*24*7);
But I was told it wasn't safe because someone could get the ...
1
vote
0answers
67 views
asp.net cross server httpwebrequest cookie login
I am building a sister site. I want my logged in user to be able to login to the sister site.
The user is entered into both databases and has a token (guid) that matches.
I am posting the token in a ...
-3
votes
0answers
39 views
Javascript popup not popping after 12 hours. Cookie not reading properly? [closed]
Basically I have a pop here with a cookie. I want the popup to only show once per 12 hours per user. It popped once for me, but has not popped again. I see a significant loss in traffic to the pop, so ...
0
votes
1answer
26 views
Issue overwriting cookie in .NET
Anytime I attempt to retrieve this cookie back after they go through our payments gateway (which redirects to a different domain, and then takes the user back to our page) the cookie does NOT persist ...
0
votes
0answers
25 views
How to save External Referrer Information
Stupid Internet Explorer doesn't send $_SERVER['HTTP_REFERER'] with page requests.
I saw this question was asked many times on SO
HTTP Referrer and IE7 and IE8
Alternative for ...
0
votes
0answers
41 views
Sharing session across rails apps on different subdomains
I am trying to implement a single-sign-on solution for multiple rails (v3.2) apps hosted at different subdomains of example.com
One app serves as an identity provider, uses devise for auth, and sits ...
3
votes
1answer
82 views
How to decode a cookie from the header of a websocket connection handshake? (Ruby)
I am running a Sinatra app within an EventMachine.run loop and in my ws.onopen method I wish to check the handshake header's cookie to ensure that the incoming request is coming from a registered user ...
0
votes
2answers
84 views
how to create cookies in windows forms using c#?
how to create cookies in windows forms using c#?
or is there any way to save data "LIKE" cookies plz tell me.
i want to save username and password in client machine so is there any other way to save
...
1
vote
1answer
38 views
Are multiple Cookie headers allowed in an HTTP request?
Usually, a browser groups cookies into a single Cookie header, such as:
Cookie: a=1; b=2
Does the standard allow to send these as separate headers, such as:
Cookie: a=1
Cookie: b=2
Or do they ...
0
votes
3answers
74 views
CookieManager for multiple threads
I am trying to make multiple connections via threads.
But every connection seems to override the other's cookies, resulting in the connections using the wrong cookies.
inside the threaded class's ...
0
votes
1answer
43 views
codeigniter: how to retrieve the cookie value with its name
I am trying to get the cookie value by its name. This is the first time i am using the cookie in codeigniter .
Here is how i am trying to get the cookie value which i have set, but its show output ...
0
votes
0answers
22 views
Expiring wizard on MVC
I built a wizard in MVC, that basically uses the entire wizard model (with its innner steps), showing always the current step, and serializing the wizard model on a hidden file (it's always for ...
0
votes
1answer
31 views
unable to remove firefox session cookies
due to the fact that my users have configured their sessions to reopen each time they reopen their firefox browser. the 'session' cookies come back.
but my website needs fresh authentication if the ...
0
votes
1answer
23 views
How to use cookies on called remote page?
Ok I guess this question may be similar to other in the "remote cookies" kind, but I'm not sure that other answers I've read are applied to my case anyway, so here we go.
I have two applications, a ...
0
votes
1answer
55 views
Should a cookie with the host-only-flag replace a cookie without it?
RFC 6265 states that a user-agent should proceed in the following way when receiving a Set-Cookie header:
If the Domain attribute is set:
Set the cookie's domain to the domain-attribute.
Set the ...
0
votes
1answer
63 views
Cant Delete Cookies with Angularjs
I cannot seem to delete cookies with Angularjs. What can be wrong.. Her is the code..
$scope.adminLogout = function(){
$http({
url: '/AdServerLongTail/adminapi/logout',
method: ...
0
votes
2answers
20 views
How to prevent swf to create its own session id?
I have a swf which is embedded in an html file:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>v2</title>
<meta ...
2
votes
2answers
62 views
User doesn't accept Cookies - login PHP
In my login code on my website, if the password & username are correct, I set a cookie to keep the user logged in.
I just heard from a user that he doesn't accept cookies automatically through his ...
0
votes
1answer
59 views
C# download content of website after login to website
-I have small project : login to website and download content of website and add them to listviews
- but I got some issues:
+ I login to website successfully
+ I want go to page after login ...
0
votes
0answers
26 views
Cannot set a cookie before redirection
We have a weird problem in that I have developed a mobile version of our website that just sits in a sub folder of the site e.g /mobile/page.asp (I know .asp classic don't blame me!)
I did want to ...
0
votes
0answers
20 views
Internet Explorer Cookies not working
I have the code below on a web page in a link that when clicked changes the value of a cookie. So that when the page reloads the stylesheet referring to that cookie is loaded. Now the problem: Every ...
0
votes
0answers
55 views
How to switch between desktop and mobile versions of the site?
I'm currently using the following method to switch between mobile and desktop versions of a WordPress site with WordPress Mobile Pack
<a href="<?php echo site_url(); ...
0
votes
1answer
26 views
Retrieve cookie VALUE in PHP
I'm trying to retrieve the cookie's value by simply calling its indexed position in the array, which is 1. However, I'm getting an error message saying 1 is an undefined offset? When I know for a fact ...
0
votes
0answers
35 views
How can I get HttpOnly cookies in Windows Phone 8?
I am working in a Windows Phone 8 PCL project. I am using a 3rd party REST API and I need to use a few HttpOnly cookies originated by the API. It seems like getting/accessing the HttpOnly cookies ...
0
votes
0answers
54 views
Node.js + Express: Save the user and password in the browser
I'm learning Node.JS with Express, now I'm working in the login form, all is right but when I login, the browser never save my Username and Password. How can I do it?
My App configuration for SESSION ...
0
votes
2answers
46 views
Safari does not completely save the cookie
I have a program that writes in the cookie on a page, the redirect,
SetCookie(key,value);
Response.Redirect("SecondPage.aspx");
and tries to read the cookie on the second page.
var value = ...
1
vote
1answer
57 views
PHP cannot read cookies from Chrome in certain cases
This issue appeared today and it seems to have something to do with webkit.
On pages that redirect via location [301/302] HTTP headers (404 error pages in this case) PHP cannot read the cookies - ...
1
vote
1answer
42 views
Cookie set on one page is not retained on other pages using Javascript
I have set a cookie:
Cookie.write('callstream', new Date, {
path: '/',
duration: 14,
secure: false,
});
The cookie is set correctly on the page where i set the cookie, however once i ...
2
votes
2answers
60 views
flask unit test: send cookies after modifying the session
I'm writing some unit tests for my flask application and I need to simulate a request from a logged in user (I'm using flask login).
I learned here that to do this I need to modify the session and ...
-6
votes
0answers
36 views
Read cookies with javascript and call a function
Bassically I need to read a cookie, and if it exist it does something, if it does not exist then it does something else. I need this with javascript please.
2
votes
1answer
63 views
Java web development: Sessions are not saved between requests and a new JSESSIONID is created
I have a problem that I have been scouring the internet for the past few days. I have found people with similar problems but whos solutions didn't advance my state.
What is most irritating is that I ...
1
vote
1answer
41 views
Mobile & Desktop CSS files, cookies and switching between the two
The web site I am currently working on is using a custom CMS, and there has been mobile integration using split CSS files, so I have:
- desktop.css
- mobile.css
There is a Javascript that detects ...
1
vote
1answer
46 views
setting value of a cookie - colon in the name
Im new to setting cookie values through javascript and my knowledge of both is basic - although Im comfortable with tweaking JQuery.
In summary, Im working on a web site which must display a cookie ...
3
votes
0answers
36 views
Why web browser don't care about port number when sending cookie?
I have manually created two cookies using firebug:
Cookie1=value1; expires=Sat, 29 Mar 2014 06:21:54 GMT; path=/Ex05Cookie; domain=localhost; HttpOnly
Cookie2=value2; expires=Sat, 29 Mar 2014 ...
1
vote
1answer
59 views
Magento customer login page loads again straight after login and Frontedn cookie not getting created
Magento (V 1.12) redirects me back to the Login page straight after a user logged in. If I look at requests list in Fierbug after pressing the login button it shows me,
...
0
votes
1answer
13 views
Serialising / Fetching Google Analytics Cookie data to webservice
I have a need to capture users on one website and pass them to a second website to complete a purchase and then send them back to the first website.
GA is enabled on the 2 separate sites, but there's ...
0
votes
1answer
43 views
Create lasting php login cookie sessions
I'm trying to make my login sessions last longer, so that people don't get logged out of my website too early. For example, making a blog post and losing it when they submit because php expired their ...
0
votes
1answer
105 views
Response Cookie not getting set by Chrome & IE
I'm trying to figure out why Chrome (26.0.1410.64) and IE10 don't seem to recognize the cookie I set in my response from an ASP.NET Web API controller. Here is the situation:
I have a drop-down menu ...
0
votes
0answers
22 views
Setting multiple cookies with Safari
In a Zope Website, I'm trying to set multiple cookies ad once:
for lang in languages:
context.REQUEST.RESPONSE.setCookie('myCookie_' + lang, lang, expires=expires, path=lang + '/myPath')
...
0
votes
0answers
36 views
Android 4.x Deletes My Cookies
I have an WebView Android application, that loads an local html file. In this file, I create a cookie using javascript. The application runs fine in Android 2.x. But in Android 4.x, the application ...
0
votes
1answer
56 views
Set tracking mode to cookie to remove appended session id, without using web.xml
I am setting up a completely java based spring app with no xml config :
public class WebApp extends AbstractAnnotationConfigDispatcherServletInitializer {
@Override
protected Class<?>[] ...
0
votes
0answers
99 views
jquery cookie vertical toggle menu
I have built a nice vertical menu that toggles with jquery and I need to be able to save the state, subject to what category the visitor is seeing.
I have built a fiddle to show what i have:
...
1
vote
0answers
25 views
Multiple Log-Ins on Separate WebViews? (Android)
I'm fairly new to Android development, and I have a question about how WebViews handle data (in Java).
I'm assuming this would fall under the 'cookie' category. But what I have is two different ...
0
votes
1answer
104 views
How to secure an authentication cookie without SSL
I am in the process of creating a login system which uses both sessions (for those who disallow the use of cookies (to agree with the cookie law.. I am using the site ...
0
votes
1answer
14 views
Creating new user welcome tips
I'd like to create a tooltip bubbles for my site for new users - many other sites do this (most google apps). I'd like to show them for all accounts created within the last week, unless the user ...
1
vote
0answers
39 views
Preserving session in HttpClient
I'm attempting to log into a wesbite. On my first request, I do a POST on the login page with the username and password and log in successfully. Using the same instance of HttpClient, I do a second ...
0
votes
1answer
44 views
Can I change the value of a existing cookie?
I want to change the value of a cookie using Javascript which is created by a servlet. I have situation where 2 textfields are there one for Quantity & another for Price. First I push a cookie ...
0
votes
0answers
113 views
c# Download html after Log In with HttpWebRequest/Response
I am trying to login to www.budgetgadgets.com and then download html from another page. I use the same cookies, but it doesn't work and it downloads html when I am not logged in. I also tried to do ...
0
votes
2answers
52 views
Codeigniter cookies encryptiion
why does my cookies are not encrypted? i see them as plain text and i can edit them easly, cause it's plain text :O
i'm using:
$config['sess_cookie_name'] = 'sess_id';
...
0
votes
0answers
11 views
how to distinguish two same name cookie variables which with different paths?
I am developing a website, 127.0.0.1/context/ is for front-end system, and 127.0.0.1/context/manager/ is for back-end system, and each one has its own login page, after logining successfully, I write ...






