Tagged Questions

2
votes
4answers
248 views

How to set/unset cookie with jQuery?

How to set a cookie named 'test' and value '1'? EDIT especially,how to unset?
0
votes
3answers
41 views

PHP: Preventing Session Hijacking with token stored as a cookie?

Hi. I'm working on an RIA in PHP. To try to prevent session hijacking I introduced a token, generated at login, based off a salt, ISO-8601 week number and the user's IP. $salt …
0
votes
3answers
36 views

Remove Cookies from JS or CSS files

Bizarrely my javascript and css files have cookies (says Firebug). I use Zend Framework and I think it has to do with it. Could I change the .htaccess that CSS or JS files don't li …
1
vote
1answer
16 views

DotNetNuke : How to do single sing-on to multiple portals

I have a Dotnetnuke environment with multiple portals running at different subdomains (serviceA.company.com, serviceB.company.com). I can allow users the access to each portal by a …
0
votes
3answers
61 views

md5 encrypt cookiedata with serialized array

Hello, I was attempting to encrypt de cookie data with md5, but I can not validate the hash back. It has got to do, with the fact that cookie_data is a serialized array, because …
-1
votes
0answers
27 views

making a firefox extension read a cookie

here is what i have so far but i need to add a way for it to read a cookie from the page now also. cell.innerHTML = "<a href='myaccount_trust.php?t_serv=" + t_serv + "&t_ch …
0
votes
0answers
11 views

motionpack.js remember state with cookie?

Hi there, I'm currently using Harry Maugans's motionpack.js toggle javascript file in order to collapse divs. I'd like to know if it's possible to put it so that there is a cooki …
0
votes
3answers
44 views

Can’t Delete cookie in user class with php

Hi everyone, i think my problem is a little weird, ive wrote a little class to log in/out user, entire system is based in MVC pattern, and my libraries are custom and self written, …
0
votes
3answers
668 views

How to read third party cookies works across different domains?

I know this question has been asked before, but many answers don't give clear samples with codes on how to do this using ASP.NET 2.0. A simple C# is preferred, but I can also accep …
0
votes
0answers
12 views

cURL/Snoopy: How do I read cookie data when sending POST data in the background, API?

Hey I have a script that POSTs all data sent to it directly to another page. On the second page, the script calls for several variables set as $var = $_COOKIE['name']; The proble …
0
votes
3answers
49 views

Cookie available in the same request/response

Hi All, I have found a strange behaviour (strange for me, a novice :D) in my project. Basicly after an action I create or update a cookie (if it exists or not) and send it to the …
0
votes
1answer
34 views

Array to store in Cookie (JS)

On a site I'm coding, there's a Partners page that contains, amongst other things, a phone number for that business to view. My boss wants this phone number to be hidden then, upo …
0
votes
1answer
84 views

Getting the value from cookie and storing in the database

Hi, I want to store the search url as a cookie in client side and write this url back to the database.The code below is not showing any errors but it is not writing the url string …
0
votes
0answers
13 views

Change in Machine Key causes IE login cookie to stop working

I just moved to new servers and created a new machine key for all servers in the farm. Since then IE has been giving problems with the login cookies and even if the login username …
-1
votes
3answers
66 views

curl not storing cookies

I'm building a web bot to login into some of my accounts on websites but one of the url's are sending cookie from javascript and curl is unable to store them. Any suggestion?

1 2 3 4 5 11 next
15 30 50 per page