HttpUseridModule

Maxim Dounin mdounin at mdounin.ru
Thu Jul 19 13:14:56 UTC 2012


Hello!

On Thu, Jul 19, 2012 at 08:18:31AM +0000, Flavio Oliveira wrote:

> 
> 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;

[...]

>       userid_domain   example.com;

The "example.com" isn't likely to work here unless you indeed use 
example.com hostname to access your site.  Though different server_name 
suggests you don't.

Maxim Dounin



More information about the nginx mailing list