0
votes
4answers
55 views
How to suppress/remove PHP session cookie
I need to suppress an already set session cookie header, but I cannot find any way to do this.
Why?
I need to make an image, sent by a PHP script, cacheable by the end user; this …
1
vote
3answers
17 views
cookie not deleting
I am using the following code to set a cookie in my asp.net mvc(C#) application:
public static void SetValue(string key, string value, DateTime expires)
{
var http …
0
votes
1answer
18 views
how to store an hashtable or object in cookie
How to store object or hashtable in cookies?
I am trying to store multiple values in hastable/class to the cookie in my asp.net mvc (C#) application.
How to do it?
0
votes
3answers
39 views
long term cookie
I'm looking for a way for users to be able to connect to my application easily, but rarely. What I want to do is be able to store a cookie with a 1 year life on the user's compute …
3
votes
7answers
80 views
What are the risks of storing a user password in a Cookie, when the connection is via https?
A Note
I have a very good understanding of sessions and the theory of secure web-based authentication, etc., so please don't start with the basics, or give ambiguous answers. I am …
2
votes
0answers
22 views
Setting a Compact Privacy Policy with Django
Hi,
How do I set a P3P compact privacy policy from Django so that IE accepts cookies from my site when the security settings are on HIGH - i.e. no cookies accepted unless there's …
0
votes
1answer
29 views
URL Rewrite in DotNetNuke remove chunk of address (and read cookie?)
I am working on a DotNetNuke application using the iFinity URL Master module. (that may be irrelevant, as a solution may be platform independent)
What I have is a site with addres …
0
votes
0answers
21 views
Asp.net forms authentication cookie not honoring timeout with IIS7
Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout="10080" with slidingExpiration="false" in th …
0
votes
2answers
23 views
Session cookies across browser processes
Is it possible to use session cookies across browser sessions (specifically Internet Explorer). I would like a user to log in to my site and therefore get a cookie and when the use …
0
votes
1answer
18 views
Nginx 301 redirect inc. set cookie
Hi, what I'm looking for is the ability for nginx to detect that a url has the query string variable cid.
for example www.adomain.com/froggy?cid=12&as=false (query string can …
0
votes
1answer
11 views
How to enable cookie support with pyWebKit?
The documentation for pyWebKitGTK is pretty scarce. I've looked through their python .def files but they don't seem to contain the words cookie, session, (lib)soup or (lib)curl.. s …
1
vote
1answer
28 views
Automatic Login with Rails?
Hey there,
I am trying to get up a simple authentication system with Rails' Restful-Authentication plugin, and am just wondering how it works, b/c I can't seem to figure out what …
0
votes
3answers
59 views
httplib2, how to set more than one cookie?
As you are probably aware, more often than not, an HTTP server will send more than just a session_id cookie; however, httplib2 handles cookies with a dictionary, like this:
respon …
1
vote
1answer
37 views
How should I store a user’s LDAP password in a cookie?
So I have this black box authentication method, handed down to me from the accounts people, which basically amounts to ldap_bind($connection, $username, $password). But of course, …
0
votes
4answers
18 views
cookies control
hi there
what tool wold you recommend me to use in order to see what data are stored in my cookies while i'm browsing the net.
I'm a beginner into webdev field(6 months php exper …
