Welcome! Log In Create A New Profile

Advanced

Cookie not created until refresh?

November 29, 2012 02:14PM
I have the following nginx conf file (shortened for the purose of this question) that is creating a cookie:

map $http_referer $setCookie {
default "";
~*somewebsite\.com "referrer=bl;Domain=.mysite.com;Max-Age=31536000";
}

server{

listen 80;

server_name mysite.com www.mysite.com dev.mysite.com;

root /var/www/mysite.com;

access_log /var/log/nginx/mysite.com.log spiegle;


add_header Set-Cookie $setCookie;

location /{
#add_header Set-Cookie $setCookie;
}
}

The issue is that if I click on a link on `somewebsite.com` it navigates to mysite, but does not create the cookie. If I then refresh the page it will create the cookie. Why do I have to refresh to have the cookie created and how can I get around this?
Subject Author Posted

Cookie not created until refresh?

Broham November 29, 2012 02:14PM

Re: Cookie not created until refresh?

Andrey N. Oktyabrski November 29, 2012 11:26PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 267
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready