Welcome! Log In Create A New Profile

Advanced

HttpUseridModule

Flavio Oliveira
July 19, 2012 04:20AM
Hi,

I am trying to use the HttpUseridModule but I am not able to set the cookie, however I can see that the request has been sent and the browser allows cookie.

$uid_got $uid_set
- uid=4D01310AD0BA0750254E223402040303
- uid=4D01310AD3BD0750D54FFDA202050303

Below you can see the conf that I used in the test. Is there something missing?

server {
listen 80;
server_name boo;

# log files
access_log /etc/nginx/logs/access.log;
error_log /etc/nginx/logs/error.log warn;

# directory
root /home/test/public_html/boo;
index index.html;

location / {
userid on;
userid_name uid;
userid_domain example.com;
userid_path /;
userid_expires 365d;
userid_p3p 'policyref="/w3c/p3p.xml", CP="CUR ADM OUR NOR STA NID"';
}

error_page 401 403 404 /40x.html;
error_page 500 502 504 /50x.html;
}


/Ollivera
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

HttpUseridModule

Flavio Oliveira July 19, 2012 04:20AM

Re: HttpUseridModule

Maxim Dounin July 19, 2012 09:16AM

HttpUseridModule: Cookie lifetime

Flavio Oliveira August 15, 2012 03:10AM

Re: HttpUseridModule

Gabriel Arrais January 16, 2014 02:22PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 250
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