Errors using HttpUseridModule

Gabriel Arrais lists at ruby-forum.com
Thu Jan 16 20:41:25 UTC 2014


Hi guys,

I'm using the HttpUseridModule for storing session ids of our users.

We're receiving a lot of errors lately concerning the format of the
userid cookie.

Basically there are two types of errors:

[error] 1581#0: *20523638 client sent invalid userid cookie
"sid="Cvwk2lLYLvhh3gYtDscPAg=="; $Path="/"" while reading response
header from upstream, client: xx.xx.xx.xx, server: , request: "GET
/xxxx/xxxx HTTP/1.1", upstream: "http://xxxxxxxxxxxxxx", host:
"xxxxxxxxxxxxxxxxx"

and

[error] 1582#0: *17018740 client sent too short userid cookie
"sid=Cvwkcept: */*", client: xx.xx.xx.xx, server: xxxxxxxxx, request:
"GET /xxxxxx HTTP/1.0", host: "xxxxxxx", referrer: "http://xxxxxxxxxxx"

And I'm using this configuration for userid

  userid  on;
  userid_name  sid;
  userid_expires  31d;
  userid_path  /;


Can you help me?

Thank you in advance,
Gabriel Arrais

-- 
Posted via http://www.ruby-forum.com/.



More information about the nginx mailing list