Losing session in rails 2.3.2 app using subdomain

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

    I'm running Rails 2.3.5 and have

    config.action_controller.session = {:domain => '.localhost:3000'}
    

    in my development.rb but I don't get it to work?

    Something else you need to do?

提交回复
热议问题