Questions tagged [cookies]
132 questions
1
vote
0 answers
How to add domain to Cisco ACE sticky cookie value?
My Cisco ACE, by default, sets the sticky cookie to not have a domain set. This has the effect of serving the sticky cookie under the domain of the host requested:
Set-Cookie:rl-sticky-key=R1514415839;path=/
I'd like to use my domain so that my…

Mark Richman
- 286
- 1
- 5
- 15
1
vote
1 answer
Apache2 - Forward a value from URL param OR cookie, whichever is present
I managed to use apache to strip off a url param and stuff it in a header to be passed on to another server. See this question for reference.
Now I would like to add to this by getting the value for the header from a cookie if it's not present in…

Samo
- 223
- 2
- 10
1
vote
2 answers
Logging of POST requests, cookies and XID in varnish (varnishncsa)
I would like to include following information in my varnishncsa logs (I need to relate some issues with specific users).
content of post requests
cookie with full content
XID
After reading…

bluszcz
- 409
- 1
- 6
- 16
1
vote
1 answer
How to test if cookie contains pattern VCL (Varnish)
How can I test if a cookie starts with SESS* in the Varnish config file. I want all requests to hit the server if this cookie is set. Is it a regular regex?

Eduard Luca
- 371
- 2
- 9
- 19
1
vote
1 answer
Placing multiple tracking cookies with mod_usertrack module of apache
We are using mod_usertrack module of Apache for tracking user activity on our website.
We wish to place additional tracking cookies to differentiate returning users on the website.
Can we place multiple tracking cookies using the mod_usertrack…

Nikhil
- 153
- 4
1
vote
2 answers
Expire cookie from web server
I've made some modifications on my user token and current session cookie makes server to redirect the request "in a way that will never complete".
The trick is to delog/relog, or wait for session cookie expiration. But that's not really "user…

AlterPHP
- 113
- 6
1
vote
0 answers
Rewrite cookies for ISA: add Secure
We've developed a web application. One of our customers decided to run it over HTTP internally and use an ISA server to function as a reverse proxy. The access to the ISA server from the outside world is HTTPS. I want to modify all the cookies that…

Roel Spilker
- 111
- 2
1
vote
1 answer
How can I configure a Windows Embedded Standard 7 Thin Client to permanently store IE Browser Cookies?
I have a Wyse C90LE7 Thin Client with Windows Embedded Standard 7.
By default it stores Internet Explorer Cookies in a Folder on the Z: ramdrive.
I need the Cookies to be stored on the C: flash drive, so that they are persisted through reboots.
When…

oleschri
- 317
- 1
- 12
1
vote
2 answers
How to configure cookieless virtual host in Apache2?
We run over a hundred web applications (growing daily) on a LAMP stack using Apache2 on Ubuntu 10.04.
We've would like all requests to static content to be cookieless.
We host applications on many different domains, a majority of which as SaSS…

xzyfer
- 323
- 1
- 5
- 12
1
vote
2 answers
Haproxy Check if Cookie is Set
I have a Haproxy config that is currently in development and I am using the following code in order to find if the requesting user will accept a cookie or not as the script at the end destination requires cookies for security.
frontend…

Chris
- 1,289
- 2
- 18
- 34
1
vote
0 answers
ActiveSync on iOS 4.2 no longer supports cookies?
We have a in-house developed WAF protecting our OWA (activesync) webserver, and part of its function requires long-lived Cookies on the "browsers". We're trying to get it to support iPhones via the "Mail" app (Safari works fine), but we've run into…

jhaar
- 181
- 1
- 1
- 5
1
vote
1 answer
Internet explorer rejects cookies in kerberos protected intranet sites
I'm trying to build an intranet site using joomla. The webserver is using HTTP Kerberos authentication with mod_kerb_auth. Everything works fine, the users get authenticated and so on. But if i try to login to the administrator panel i can't because…

remix_tj
- 11
- 6
1
vote
2 answers
Tomcat cookies not working via my ProxyPass VirtualHost
I'm having some issues with getting cookies to work when using a ProxyPass to redirect traffic on port 80 to a web-application hosted via Tomcat.
My motivation for enabling cookies is to get rid of the "jsessionid=" parameter that is appended to the…

John
- 201
- 1
- 3
- 10
1
vote
5 answers
Can not Login to phpmyadmin "Cookies must be enabled past this point"
I am having some trouble getting into phpmyadmin when trying to login. The only error that comes up is "Cookies must be enabled past this point"
I have checked my browser setting to allow cookies. Our server is running on Ubuntu.
Would anyone have…

freddy6
- 115
- 2
- 3
- 10
1
vote
0 answers
AWS Sticky session cookie not working
I'm using an application load balancer with the target group of two instances. In the target group, I have enabled application based cookie. However whenever I test the load balancer, it keeps switching to both instances. (I have put IP address on…

Jay.
- 11
- 2