2
votes
0answers
36 views

How would you pass data from one browser to another?

This is a bit of a tricky one so would appreciate any input on the matter. Imagine the following scenario: User visits my website in Internet Explorer and due to lack of HTML5 support, I ask them to ...
2
votes
0answers
187 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 ...
2
votes
0answers
109 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 ...
2
votes
0answers
845 views

Programmatically Detecting Browser Cookies Enable/Disabled without Redirect or Javascript?

How is http://supportdetails.com detecting if cookies are enabled or disabled without a server side redirect? Using Firefox and the Developer plug I've disabled Javascript and toggled Cookies on and ...
1
vote
0answers
87 views

Setting cookie via javascript, doesn't work in Safari

Setting cookie via javascript, but it isn't set in Safari. Im making online shopping that will update the items everywhere automatically. Example: when you open 2tab or more, 1tab for product detail, ...
1
vote
0answers
95 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 ...
1
vote
0answers
326 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
0answers
22 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 ?
1
vote
0answers
332 views

How to enable/disable cookies programmatically for IE

I'd like to turn on cookies programmatically using a script or C# code. This needs to work at least for IE8 and IE9. Is there a way to do that. Is it a registry setting? Is there an API to do it? I ...
1
vote
0answers
353 views

Cross Browser Cookie Expiration Inconsistencies

I'm looking for a way to set cookies with a short duration against all browsers. Apparently each browser handles the PHP setcookie method differently. Below are my results. The PHP code: ...
1
vote
0answers
474 views

Safari doesnt save cookie data but IE/FF does?

I'm stuck with this weird issue in Safari. I'm storing a user selection data in a cookie using javascript. I create the cookie using following code - document.cookie = cookieName + "=" + ...
1
vote
0answers
178 views

IE6 domain cookie limit of 20?

I've been trying to get to the bottom of this -- and was wondering if anyone can verify. Does IE6 still only support 20 domain cookies at this time? I've found some MS articles online that indicate ...
0
votes
0answers
23 views

how does nytimes.com identity you?

When I load this link on chrome http://bits.blogs.nytimes.com/2013/08/15/could-the-hyperloop-really-cost-6-billion-critics-say-no, I get the message "YOU’VE REACHED THE LIMIT OF 10 FREE ARTICLES A ...
0
votes
0answers
20 views

Cookie check in build-in Android browser

I've created a link that plants a simple cookie, and it works fine in all browsers I've tested it in, except the build-in Android browser. Has anyone got a clue about, why it's not working? The Url: ...
0
votes
0answers
8 views

Cookie value edited by Firebug or Edit This Cookie is trimmed when there is special charectors

For testing purpose, I edit cookie value with Firebug or Edit This Cookie manually. Currently I find out if the new value is within special characters, the string after that character will be trimmed. ...

1 2 3 4
15 30 50 per page