Losing session in rails 2.3.2 app using subdomain

前端 未结 10 1038
轻奢々
轻奢々 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:22

    I had the same problem with cookie-based sessions. Upgrading to Passenger 2.1.3 seemed to fix the issue.

提交回复
热议问题