<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br><br>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.<br><br>$uid_got $uid_set<br>     -             uid=4D01310AD0BA0750254E223402040303<br>     -             uid=4D01310AD3BD0750D54FFDA202050303<br><br>Below you can see the conf that I used in the test. Is there something missing?<br><br>server {<br>    listen       80;<br>    server_name  boo;<br><br>    # log files<br>    access_log /etc/nginx/logs/access.log;<br>    error_log /etc/nginx/logs/error.log warn;<br><br>    # directory<br>    root   /home/test/public_html/boo;<br>    index  index.html;<br><br>    location / {<br>      userid          on;<br>      userid_name     uid;<br>      userid_domain   example.com;<br>      userid_path     /;<br>      userid_expires  365d;<br>      userid_p3p      'policyref="/w3c/p3p.xml", CP="CUR ADM OUR NOR STA NID"';<br>    }<br><br>    error_page   401 403 404      /40x.html;<br>    error_page   500 502 504      /50x.html;<br>}<br><br><br>/Ollivera<br>                                           </div></body>
</html>