Questions tagged [cookies]
132 questions
0
votes
1 answer
Https on HAproxy 1.4 using stunnel
I'm running a load balancing server with HAproxy and implementing Https using stunnel on the same machine, on the actual webpages end i've got 2 diferent webs, A and B, with similar behaviour.
Here are the configurations for Stunnel:
sslVersion =…

rlindo
- 1
- 2
0
votes
1 answer
Redirection in varnish based on cookie value
We have varnish sitting in front of our site and it is imperative that we cache as much as possible.
Recently we decided to ditch GeoIP redirection for interstate content for a more traditional 'choose your location' page. This page sets a cookie…

Christian
- 789
- 1
- 13
- 31
0
votes
1 answer
Passwords not remembered
We'r running an IIS7 with our .NET4 aspx C# solution ontop as a site. I'm getting reports that some users experience their passwords needs to be retyped at times.
I told my boss that is a client side cookie issue, from what knowledge I have of the…

DoStuffZ
- 103
- 3
0
votes
1 answer
Laravel/Apache "Bad Request"
I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.
But most of the time it will not log me in, and if it does log me in as soon…

Goodbytes
- 111
- 1
- 2
- 4
0
votes
1 answer
Can Apache clean cookies from a request to specific URLs?
We have the following configuration:
AuthFormAuthoritative Off
AuthType None
Allow from all
Satisfy any
Options FollowSymLinks
Problem: I do not want any cookie will be send to the Apache directory…

Michael
- 597
- 3
- 9
- 23
0
votes
1 answer
.htaccess RewriteRule with cookies not working
The Joomla CMS Platform has an /administratotr/ folder which cannot be renamed. I'd like to secure it by requiring a custom url parameter to access it - I.E. /administrator/index.php?token=1149785380. After accessing this url, an html session cookie…

skibulk
- 101
- 1
- 2
0
votes
1 answer
Google Analytics setting cookies on static content despite being on entirely separate domain
I recently decided to comply with the YSlow recommendation that static content is hosted on a cookieless domain.
As I already use the root of my domain (donaldjenkins.com) to host my website—on which Google Analytics sets a few cookies—that meant I…

Donald Jenkins
- 153
- 1
- 8
0
votes
1 answer
curl cookie and cookiejar trouble
I've got a script that curls a site using a specific cookie value in a cookie file. When I run this on my local system, the server returns the same value to my cookie jar, as per my expectations. When I run this same script from another physical…

JT Gray
- 116
- 1
- 8
0
votes
1 answer
Why can't Windows Server 2008 create cookies?
Scenario:
I have a web application (SnapshotServer) which uses a WebBrowser control to take a snapshot images of a web page.
I use a WebBrowser control within SnapshotServer to navigate to a entry page of a secure web application (ImageHost) and…

Euclid
- 137
- 7
0
votes
1 answer
Enforcing a specific order for cookie headers
We have an application that cares about the order of cookie headers. It shouldn't, since this isn't mandated by the standards and indeed we're getting the headers in various different orders
So we would like to rewrite the headers in Apache so that…

The Archetypal Paul
- 783
- 7
- 20
0
votes
2 answers
$_COOKIE and subdomains
I've written a cookie for my domain + subdomain:
setcookie("visitor", $visitor, time()+60*60*24*365, "/", ".mydomain.net");
but when I try to read it from within subdomain.mydomain.net, it's empty. Could it be that $_COOKIE[] tries to read the…

stevenvh
- 103
- 2
- 4
- 8
0
votes
1 answer
Extending/modifying proxy functionality (concerning the cookie header)?
a few months ago I wrote a proxy in python that modifies certain request. It added a cookie header towards the requested webpage and removed that header on the way back. However I lost this code due to a hard drive failure and data recovery is…

Christian Smorra
- 121
- 2
0
votes
2 answers
Trying to destroy ASP cookie with PHP
A logon credentials cookie is being created by an ASP script on our server. In a different directory, we have PHP scripts that need to access just the username from this cookie, which is does successfully. The problem is, when you click the logout…
Lawrence Westen
0
votes
1 answer
Squid 3.1 Not Allowing Cookies Possible SSL issue?
I'm doing a poor job finding this in the documentation, but as of right now attempting to login to sites like gmail through the proxy gets me into a redirect loop with sites saying cookies aren't enabled.
In old documentation I can find there is a…

scraft3613
- 490
- 1
- 5
- 12
0
votes
2 answers
Stripping cookies from image files?
I want to achieve cookie free image serving as discussed here :
http://code.google.com/speed/page-speed/docs/request.html#ServeFromCookielessDomain
I have created a new sub-domain "static.example.com" serving only images, javscript and css (file…

iTech
- 355
- 4
- 15