session.d 241 B

12345678910
  1. // session with multisession --
  2. // we have same user_id - but few cookies (devices or people on same account etc)
  3. // sessions store:
  4. // postgresql = cookie - user_id
  5. // memcached = cookie - user_id + user_id - some_cached_values