Questions tagged [cookie]
42 questions
0
votes
1 answer
Two websites in different servers has same cookie_domain but is not sharing session
I have two different sites that has their own server. Site#2 sends request to Site#1 for logging customer in. Request contains Allow Crendentials Header and response is status 200. Both sites has same memcache COOKIE_DOMAIN but for some reason…

Bee
- 9
- 2
0
votes
1 answer
User Getting Logged out in IE when closing browser
I am running a Drupal 7 site and am noticing a problem on IE9, when the browser window is closed the user is logged out. We have "remember me" module enabled and the cookie is set to not expire. There is no issue on Chrome or any other browser, you…

albo
- 51
- 1
- 7
0
votes
0 answers
secure cookie in Apache => php session resets on every page load
I have set secure cookie in Apache based on this tutorial.
But php session resets on every page load.
for example this sample code:
displays different session id on every refresh page.
php page is…

Metalik
- 157
- 1
- 2
- 10
0
votes
0 answers
HotSpot: Session Failed after Login with Phone Embedded Browsers
Some phones have their embedded browser when they are connecting to HotSpot. (For example in iPhone (iOS) or Windows Phone 8.1).
The problem is after login into these browsers (with embedded browser), the session failed in the phone browser (For…

Vahid
- 103
- 1
- 6
0
votes
1 answer
Varnish not caching because of language cookie, how to correct behaviour?
I am using Varnish 4 + Pagespeed on Nginx successfully, but varnish is not hitting the cache because the site always pushes a language cookie, disregarding if user is authenticated or not.
That makes sense because during the visit, the user may…

Pyth Phytho
- 63
- 1
- 2
- 8
0
votes
1 answer
htaccess redirect based on cookies
I need a welcome page for new visits. If a user don0t have the cookie stored, he will be redirected to welcome page. If the cookie is stored, nothing happens.
Header set Set-Cookie "visited=true"
RewriteEngine On RewriteBase /
RewriteCond…

lexolas
- 31
- 1
- 5
0
votes
1 answer
secure cookies when https is done on balancer, but balancer->appserver is http
We're trying to maintain PCI compliance for our application and after an audit, the report was telling us that we need to set the secure flag on our cookies. The site is HTTPS (using pound for https termination) sitting in front of haproxy which…

Spike Grobstein
- 103
- 1
- 3
0
votes
2 answers
Cookie not send in IE, when used in an IFrame from another domain
IE 8 and 9 does not send the cookie on the next request. It works in Chrome 14 and FF 6.
In my case I've got an ASP.NET 3.5 web app running that uses cookies for authentication. If the cookie is not present, the user gets redirected to the login…

derSteve
- 141
- 1
- 1
- 5
0
votes
0 answers
Automatic TCP SYN - cookie activation
I am simulating a SYN flood attack on a Raspberry Pi 1 with KALI Linux (ARM) installed.
A similar message as mentioned in this post was printed after performing the attack: How to avoid syn cookies.
kernel: possible SYN flooding on port X. Sending…

Gerry
- 1
- 1
0
votes
1 answer
Openresty cookies whitelist when using proxy_pass
I'm setting up an openresty reverse proxy that will dispatch traffic to one of 2 backends depending on the path.
I would like certain cookies from backend1 not to be passed to backend2.
How should I do ?
Here is an my nginx.conf :
worker_processes…

Hedi
- 11
- 1
0
votes
0 answers
cross domain cookie with openid connect
my app allows users to login with openid connect on a openid provider site in www.domain1.com/login, when the user(me in this case) directly calls that url i can see that the browser sees a SESSION_IDP cookie.
But when i use c#…
-1
votes
1 answer
WebSphere and updating cookie information
After updating cookie information (name and path) on all my Application Servers in WebSphere and recycling the cluster, the application stopped working correctly and wouldn't allow people to log in.
My question is, does the global webserver plugin…

dev4life
- 103
- 2