Tagged Questions
0
votes
1answer
10 views
What is the cookie size limitation for IE9 and IE 10?
I know that for IE 8 following RFC 2109 it is 4kb. Is it the same for IE 9 and IE 10?
0
votes
1answer
39 views
Special character in cookies in IE
I'm saving an Array Json in cookies from server with something like this:
HttpCookie myCookie = Request.Cookies["ProcessArray"];
myCookie.Value = JSONC.Serialize(lstProcess);
and in Chrome ...
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,
2
votes
3answers
105 views
Set-Cookie: Expire property, clock skew and Internet Explorer issue
There is a header Max-Age that allows to specify the expiration time of a cookie. Unfortunately Internet Explorer 6, 7, 8 and probably later do not support Max-Age and require Expires header with an ...
0
votes
0answers
21 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
65 views
internet explorer gives error when trying to set cookie already set by chrome
i set cookies in my site, and i have a problem, when i set a cookie in chrome (when logging in to it) and when i try to log in with explorer while logged in chrome it gives error:"to display the ...
3
votes
1answer
84 views
why can not read cookie setted by javascript with php on explorer?
I have one problem and I need help. I am doing some simple steps:
i set a cookie with php(if it is not already set).
I read this cookie again with php and it works fine (to all browsers!).
I reset ...
0
votes
0answers
36 views
Same Domain cookie set inside iframe is not accessible outside
I have a page from domain1.com which includes another page in domain2.com. The domain2.com page sets some cookies. The cookies are accessible inside the iframe but when I try to open another page from ...
0
votes
1answer
41 views
Strange Behavior with Console Logging on Internet Explorer 8+
We are having a strange problem with Internet Explorer 8 and above.
Our Login process is handled using Javascript that posts hidden parameters being passed on to underlying servlet using AJAX call.
...
0
votes
1answer
137 views
IE10 console can't see cookies by command document.cookie
IE10 console can't see cookies by command document.cookie, but send them in the request!
Update:
0
votes
2answers
71 views
PHP cookies not working in IE
I am creating a cookies using PHP, below is an example of one of the cookies:
setcookie("LogPasswordError", "Please enter your Password.", time()+1, '/');
It is created in the file loginForm.php if ...
0
votes
0answers
124 views
IE9 iframe not setting cookie even though P3P is set
I have a webpage in domain1.com which includes an iframe from doamin2.com. The domain2.com is setting some cookies, the header info have the p3p attribute. But now when i go to domain2.com the cookie ...
0
votes
0answers
27 views
IE .Net Auth cookie
I migrated an application from ".NET 2.0" to ".NET 4.0" on IIS6. After that, IE stopped recording the authentication cookie. Any suggestions to solve this problem.
0
votes
2answers
437 views
Ajax on IE10 don't send cookies
Since IE10 has installed on my Windows 7 box, it is impossible to login into my application...
It was OK with IE9 and it still OK with FF and Chrome.
The problem is that session cookies (jsession id) ...
0
votes
1answer
50 views
Internet Explorer set cross domain cookies for authorization
I have two application on next domains: www.bar.com and www.foo.bar.com. Second application makes authorization via first application (using cross domain request)
After this I sets cookies to browser, ...
3
votes
2answers
423 views
Cross-domain cookies in IE without an iframe?
Suppose I control two domains, www.api_domain.com and www.website_domain.com. www.api_domain.com offers an API that requires the user to authenticate and then uses a session cookie to recognise the ...
1
vote
0answers
199 views
IE10 sharing cookies across subdomains by deafult
IE10 appears to handle cookies and subdomains differently than other major browsers (IE8, IE9, Firefox, Chrome, Safari).
We use subdomains extensively for test environments, e.g.:
...
0
votes
1answer
151 views
Firefox/IE10 - HTML5 Application Cache and Cookies
I have a problem with HTML5 appCache on Firefox and IE10.
I have build a minimal test case available on: https://docs.google.com/file/d/0B7CVmRJOMgTNZUxkLWRDNmhtVU0/edit?usp=sharing
Accessing the ...
0
votes
0answers
72 views
IE Being inconsistant on window.location
I am having an odd issue with Internet Explorer.
I am using Angularjs but I don't think that it's the issue (could be wrong)
My site has "links" that I need to trigger with javascript. This is ...
1
vote
0answers
93 views
ie9 symfony and subdomain
Browser: IE 9
Framework: Symfony 1.2
plugin: sfguard
Examples:
mainDomain: domain.com
subdomain: subdomain.domain.com
When you open ie, go to mainDomain, log in, then go to subdomain, you are ...
1
vote
1answer
69 views
Modal not working with cookie set in IE
I'm using the Colorbox modal pop-up throughout a website, but I want to prevent it from appearing in the following conditions are met:
The modal has already appeared once in the last 15 days or
The ...
0
votes
1answer
32 views
reading cookies in IE addon
I am writing an IE addon . I need to enumerate and read cookies. I know how to get the cookies of the current page but thats not what I want; i need to see all cookies including session cookies
I ...
0
votes
0answers
98 views
Cannot access cookie in javascript in IE9
We're working with cookies in our Asp.net MVC Project to gain access to authorization cookies. These cookies are sent to the application by Federation Service.
I can gain access to cookies by taking ...
1
vote
2answers
196 views
Setting Cookie with jQuery on root path (/) not accessible to subdirectories on internet explorer 9
I am setting a cookie with jQuery on the root directory with the following code:
$.cookie('key', 'value', {
path: '/',
expires: 30
});
I am then reading the cookie throughout the website, ...
0
votes
0answers
117 views
How to add cookies on IE using vc++
I am using functions InternetSetCookie and InternetGetCookie (WININET APIs) but it returns error code 12006. So is there any way to add cookies in Internet Explorer?
I am able to successfully add ...
0
votes
1answer
121 views
iFrames Iexplorer doesn't write or read sessions (or cookies)
I built a form to submit data step by step. In between steps data is carried on from step 1 to step 2 and so on. That data is needed. 50% of the visitors access the form from different sites using an ...
1
vote
1answer
159 views
Cookie set before Ajax request but response use older cookie IE
I have some trouble with IE, I hope the last for this website…
So, I'm working with Wordpress and I have a couple of protected posts.
The template I have to use (chosen by the agency) loaded all post ...
1
vote
0answers
96 views
Third party cookies not stored in IE
I'm using xss and sending parameters from domain1.com to domain2.com
Something like i.src='domain2.com/xss.php?parameter=value'
But when the xss.php is trying to store cookies for (self) domain2.com ...
0
votes
1answer
70 views
cookie issue in internet explorer
I am getting unknown issue that is i am not able to unset my session with the browser.
Here is my code that checks on every request:
if (isset($_SESSION["logid"])) {
$log = TRUE;
$logid = ...
0
votes
2answers
260 views
jQuery: Problems cookies internet explorer
I have made a login page. When the user logs in a request to an API is send. This API is PHP and checks the username and password. When both are correct an unique key is send back (this is placed in ...
1
vote
2answers
170 views
PHP Session not working in Internet Explorer
I have a PHP script which is working absolutely fine in Firefox, but when i use Internet Explorer, the session variables won't work.
I'm using Internet Explorer version 9.0.8.
Here's the script. Who ...
0
votes
0answers
133 views
IE and third party cookie
i know this subject was comment many many times but i still can't find any solution...
Here is the situation :
www.client.com/module.php set an iframe to read a cookie on www.mysite.com :
...
0
votes
1answer
405 views
How to delete cookie in IE webdriver C#
I am trying to delete the cookies in the IE32 and IE64 bit webdriver , i have tried using following command
WebDriver.Cookies.DeleteCookieNamed("cookie name");
...
0
votes
0answers
28 views
Weird Issue with Cookies in IE
I am running into this weird Cookie problem in IE. This is working fine in every other browser that I have used (and should really work).
I have a cookie "sessionid" that is being set from ...
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 ...
0
votes
1answer
143 views
IE privacy report, blocking cookies in iframe
I have an iframe in a site with a login form. In IE8, I can't log in to the page because IE is blocking my cookies. I found a php solution: <?php header(‘P3P:CP=”IDC DSP COR ADM DEVi TAIi PSA PSD ...
0
votes
1answer
229 views
Get cookies from another domain in IE
I've got the following:
User clicks on a link mydomain.com/redirect.php where gets a cookie (for mydomain.com) via setcookie function and then goes to another page (header('Location: ...');) - say ...
2
votes
1answer
164 views
ExpressionEngine session cookie not being set on login in some browsers
I'm using ExpressionEngine for a fairly high traffic site.
I have almost exactly the same setup at my office as I do at home. I use chrome most often on both machines.
Although I have no issues at ...
1
vote
0answers
171 views
cookie error only in Firefox and IE php [closed]
I'm making a log in system with php, it's works fine on Chrome, but I have serious problems on IE and Firefox.
When user and password its correct, the system generates a cookie, required for ...
1
vote
0answers
6 views
Stylesheets interpreted as cookies in Internet Explorer
Good morning,
I have the following problem: some elements of the webpage like .css and javascripts are treated as cookies in Internet Explorer(the webpage works fine with Firefox and Chrome). Then ...
0
votes
0answers
40 views
Cookie with JS, IE trouble
I'm having a problem with making a cookie in IE (8) with javascript. Of course it works in any other browser than IE. The cookie will not be created in IE.
it looks something like this:
...
0
votes
1answer
53 views
IE deletes cookies that should not be deleted
I have a problem with IE8 and IE9.
I login to a certain web site(site A), then on the other tab login to another site(site B). And when I logout from site A, IE deletes it's cookies (and this is ...
2
votes
1answer
142 views
How to know cookie expiry time in Internet Explorer(IE)
I know that its not possible to read expires value from document.cookie.Its possible to read the value in Firefox and Chrome easily from there options/settings.But older versions of IE(6 & 7) ...
0
votes
3answers
248 views
Internet Explorer cookie not being set properly using JavaScript
I am trying to save / restore the scrolling location on Postbacks.
My code works for Firefox and all major browsers except for Internet Explorer.
function saveScrollPosition() {
// Save the ...
0
votes
0answers
82 views
Auto Detect IE Privacy/Cookies Setting?
Does anyone know how I can auto detect the IE's privacy setting for cookies (the cookies slider)? It can be set at Block all cookies, high, medium-high, medium, low, or accept all cookies.
I was ...
0
votes
1answer
179 views
Google App Engine won't set cookies in IE9
I'm using Google App Engine to build a website for my High School's drama club, and it works perfectly in Chrome, Firefox, etc. However, (as you would expect) it doesn't work in Internet Explorer.
...
0
votes
2answers
381 views
jquery.cookies not working in IE8
I am using this plugin to establish a cookie
Everything works well but in IE7 & IE8
Here is my JS code:
jQuery(document).ready(function() {
jQuery(function() {
if ...
0
votes
2answers
397 views
IE sharing login cookie across subdomains - unwanted
I have a login cookie for www.mysite.com and several sub-domains, eg.:
www.one.mysite.com
www.two.mysite.com
www.three.mysite.com
In IE only (firefox does not do this) if I log on in mysite.com, ...
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 ...
2
votes
0answers
251 views
Using watir-webdriver to set cookies on internet explorer
I am trying to set cookies on Internet Explorer from a Cucumber acceptance test.
Here is the first thing that I tried:
browser.cookies.add("my.cookie","90",{:path => "/", :expires => ...





