Losing session in rails 2.3.2 app using subdomain

前端 未结 10 1041
轻奢々
轻奢々 2020-12-06 13:39

I have a 2.2.3 app which I upgraded to 2.3.2

It\'s a multi-site (using subdomain) that creates one top level session for all sites.

This is how I change the

10条回答
  •  既然无缘
    2020-12-06 14:19

    we had the same problem (losing sessions, without subdomain), with nginx + thin. Migrating to apache + passenger (last version) fixed the problem.

提交回复
热议问题