Tagged Questions
-7
votes
1answer
53 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
55 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
0answers
23 views
Questions about PDF Form, Acrobat Reader, Browser PlugIns and JavaScript
With the latest Adobe PDF smart forms, following are my questions:
1) Could the PDF form itself detect or be aware of what client software itself is opened with?
2) When a PDF form is opened inside ...
1
vote
1answer
36 views
Setcookie domain parameter handling
I would like to know with a possible detailed way how the "setcookie" domain parameter is handled.
Let's take the following example:
setcookie("TestCookie", $value, time()+3600, "/~rasmus/", ...
0
votes
0answers
30 views
Browser session being shared across computers on the same network
I have a website that store session and cookies with the user information after the login. There are multiple computers on my network and sometimes I logged in on my computer and the user on another ...
0
votes
0answers
19 views
Transfer Cookie file from Curl to Browser?
Can I export a cookie file got through cUrl to a browser??
So that I can open a webpage as logged in..
Correct me if I am wrong.
0
votes
1answer
57 views
What should be the correct behaviour of browser when sending and receiving httponly cookie via ajax?
I currently have an issue with Firefox where it receives a cookie with httponly flag. However when a subsequent response is sent to the server the request does not contain any httponly flag (which may ...
3
votes
1answer
67 views
Is it possible to read a property from KISSmetrics?
We're using KISSmetrics to track our users, and I want to read a property I've set on a user.
Is this possible? It's ok that it's just the data that it stored in a cookie, but I just want to read it.
...
0
votes
1answer
44 views
Are cookies stored per App?
Are cookies in Windows Phone stored on a per-App basis?
And if yes: how can I clear the cookies which are stored by an App (given I control the source code of this App)?
And phrased from a slightly ...
0
votes
1answer
120 views
Cross domain cookie is not working
I'm trying to read cookies from B.com in A.com
To address this I've added an script tag in A.com that is loaded from B.com.
This B.com script is a PHP which echo of the cookie that I need.
...
0
votes
1answer
57 views
how to know the browser support cookie using python or django
I want to check whether the web browser supports cookies, before I set cookies. How to do it using python or django.
I didnt find it on google and python document and django doc?
any one knows? thx
2
votes
0answers
154 views
Set cookies for all browsers
I want to set a domain-specific cookies for FireFox and Chrome, something equivalent to InternetSetCookie() API, which takes a URL and a cookie name and value and sets it for all browsers. I have ...
1
vote
4answers
177 views
Are newly created cookies not available until a subsequent page load?
When I first create a cookie I don't seem to be able to grab that same cookie until a subsequent page load. It's as if the cookie doesn't exist to the browser until the page is requested a second ...
2
votes
1answer
382 views
Javascript delete cookie on browser close even if it's set up to restore cookies on startup
i have a nagging issue, which is all over the internet but i couldn't find a specific solution to my problem. Here it is:
In Chrome, you have the option to "Continue where i left off" on browser ...
1
vote
0answers
194 views
Cookie set with document.cookie not getting detected in IE
Am setting one Cookie. Below is the code,
var myCookie="MyCookie";
document.cookie = myCookie+"="+escape("myValue")+ ";expires="+";path=/;";
This code is in my xhtml page. I could see this Cookie ...
1
vote
3answers
261 views
Cookies and cache, how to clean them from command line on Linux and Mac?
For Chrome and Mozilla, mainly,
is there a way to clear the cookies and the cache from command line on Mac and Linux?
When I'm developping, frequently I have to clear the cache and cookies, I would ...
0
votes
2answers
477 views
Browser Back Button issue
Can anyone help me to solve, the browser back button problem?. When user selects any page from browser history list, i want to perform some server side processing. e.g. when you logout from ...
0
votes
0answers
129 views
Cookie Manipulation in WPF
I'm looking at writing my first WPF application. Before I begin, I was wondering if it is possible to manipulate an existing browser cookie.
I need to check if a specific cookie exists (I have the ...
1
vote
2answers
199 views
How to change login details so they are stored in cookies so user remains logged in and not expire
I want to create a simple login system where the user logs in, then it will keeps the details of user logged in stored and they will always be logged in until they have either clicked on the log out ...
0
votes
1answer
268 views
How to keep a user logged in until browser is closed or they log out [closed]
Below I have 5 php scripts going in order from when user logs in to when user logs out. Now what I am doing at the moment is that I am using $SESSION to determine which user is logged in and then ...
1
vote
2answers
253 views
same cookie on different pages (cookie path)
I have an application and I need to store some information in cookies. I have an index page and put some piece of information into cookie (for example, some variable name). Index page cookie has path ...
0
votes
2answers
535 views
Windows Phone WebBrowser set cookies
I am using HttpWebRequest for REST services which uses some basic authentication that relies on JSESSIONID cookie. I need to pass that cookie to WebBrowser control to reuse that session, but didn't ...
0
votes
2answers
81 views
How does Google know that I am still logged in?
I am trying to learn more about Google and other sites, and would like to know whether i got this right or not. So here it goes:
When I log into my Google account (or any other site like Twitter or ...
2
votes
0answers
93 views
why browsers allow setting cookie on the parent (cross) domain of an iframe?
Why can a site (a.com) having an iframe to another domain (b.com) have it's cookie viewed and changed by that other domain document?
Just saw this happening in an Ad, and went to do a proof of ...
3
votes
3answers
121 views
Is domain attribute of a cookie sent back to a server?
If evil.example.com sets a cookie with a domain attribute set to .example.com, a browser will include this cookie in requests to foo.example.com.
The Tangled Web notes that for foo.example.com such ...
0
votes
0answers
77 views
How to fix session has expired in web browser?
I've opened a web application in web browser, but when i want to entry or update data, appear a warning that "session has expired" , its happen in each browser, so what to do to fix it?
1
vote
2answers
166 views
How I can use a Session for a long time in my ASP.NET Application
I have a ASP.NET Application where I use Sessions. In this Session I get the language for Example.
Example:
Session["language"] = language;
And in a other Area in my Code I use then...
language ...
0
votes
1answer
39 views
Remove cookies from browsers when my website opens
Hi I want JavaScript code to remove cookies from browsers when my website opens..
Issue: I am going to signup to the my wesite, If signup was not sucessful means and next time i open to the my ...
0
votes
1answer
22 views
which information should be considered critical before attempting to save in a cookie?
In my site I am using cookie based authentication system where I save the login credentials like username and password in a browser cookie. Is it a bad practice ? if so how this can be a threat to the ...
2
votes
2answers
60 views
Is this the proper Session_start()
Alright having a small issue with sessions. It seems that some browsers the sessions arent being placed, like my dad's mac book, but the thing is his Safari is only blocking cookies from third ...
0
votes
3answers
273 views
How to set cookie using php through $.post request
i'm trying to set cookie in a $.post request.
My problem is that i want to delete cookie on browser close so i try this:
...
0
votes
0answers
147 views
How to clear browser (All Browsers) cookies, caches, history etc in android by programming.?
I am making an app for android to increase internet speed by cleaning browser's cookies, cache, history etc. The main problem is to clean them by using programming.
I know that there are a lot of ...
1
vote
0answers
21 views
Do all the browsers store information in the cookies in similar format?
Actually along with my question, I have another query; what is the extension of a cookie file ? how can I explore through it ?
0
votes
2answers
222 views
Remove cookies on client side with PHP
I've made a login portal from my site to automatically login in other site. It works perfect. However, when I logged out I cannot login back from my site anymore because the site does not remove the ...
0
votes
0answers
42 views
Cocoa - Launch browser with cookies?
I'm working on an application that uses a websites API to determine if there is any new information available and display an alert if there is.
I would like to add an option for launching the website ...
0
votes
1answer
665 views
Where Opera browser stores its cookies
I am developing a VB tool for clean cookies.
FF and IE has specified path for store cookies and I just delete files in these path.
But I don't really know where Opera store the cookies and how to ...
0
votes
0answers
234 views
How to clear IE9 cookies in protected mode?
I am writing my own browser application which includes a function to clear the cookies. I use the function FindFirstUrlCacheEntry and FindNextUrlCacheEntry to clear the cookies. It works for the ...
1
vote
1answer
320 views
Read Third Party Cookie in Javascript and Server
if a domain foo.com has cookie bar=1, cookie was placed when the domain been visited as first party.
(so, the assumption is: the cookie is already there, not session cookie, not http-only, cookie ...
2
votes
1answer
348 views
ASP.NET Remove Session/Cookies
I've looked around and found how to delete cookies on the client browser either using an expiration for the cookies or deleting them on browser exit by not providing an expiration.
I need to set the ...
0
votes
1answer
240 views
Javascript: Read out session id from cookie
for websockets I have to expose my sessionid from the cookie.
I have searched a bit and found that I should be able to access cookies by:
console.log(document.cookie);
unfortunatly this doesn't ...
0
votes
1answer
39 views
Which versions of browsers accept third-party cookies by default?
Out of IE, Firefox, Safari, Chrome, and Opera, which versions have default settings to accept third-party cookies?
Additionally, which will save them beyond just the single session?
0
votes
2answers
277 views
How long session stays on browsers?
I tried my website on local host with Safary, chrome, firefox, and opera and appears that when I close the browser it remove the session too. But when I tried on Chrome, it still there. why is that so ...
0
votes
1answer
233 views
Java applet sets cookie on browser when i call setRequestProperty
I am using URLconnection to send data in an applet ,
this is my code :
URL url = new URL("http://example.com");
URLConnection conn = url.openConnection();
conn.setRequestProperty("cookie", ...
0
votes
0answers
182 views
How to set Video.currentTime property so that it can work within the mobile browser?
I'm writing a video-embeded HTML mainly displayed by mobile devices. I need a function to record the last play's position and when I revisit the page, I can continue playing from where I left off last ...
0
votes
0answers
74 views
Remove cookies best practice
Today many of the application servers has got a limit of 4K-16K on http headers section.
In many of the cases you can exceed this limit due to large cookies.
In some cases you do not have control on ...
0
votes
0answers
269 views
CGI::Session not working with all Browsers
I have some troubles with a login/session code with PerlCGI , I can't get to resolve.
Please give me a hand !
So , I have a home.pl script who creates a page with a login submit form using Jquery ...
0
votes
3answers
617 views
forbidden multiple access from tabs to my websit
i want users visit my site from only one tab page in one browser , how can it do it ? use javascript and cookie?
for example:
i have a website say:
www.example.com
and i want my client to visit ...
0
votes
1answer
90 views
Not able to login if browsers cookies are disable
I am using SilverStripe PHP framework, in which I have some login panels. My issue is when I disable cookies in my browser, I'm not able to log in. Can I escape cookies when I log in? Or is there any ...
0
votes
1answer
50 views
When is an HTTP cookie set?
Does the browser set a cookie after it receives the header or after it receives the body? This is relevant when sending a large file in the body of the request.
0
votes
1answer
83 views
should two FireFox browsers on same computer share same cookies?
I am observing two FireFoxes running on same Windows-7 computer to be sharing same cookies, using JavaScript.
How do two instances of Chrome, IE, etc behave?
Can a browser be forced to allocate its ...
